Commit 26c7abf6 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates a test in dev for 4 muxes 2024

Showing with 1 addition and 1 deletion
+1 -1
...@@ -17,7 +17,7 @@ if stand_alone_mux: ...@@ -17,7 +17,7 @@ if stand_alone_mux:
mux_id = 'mux_02' mux_id = 'mux_02'
print(MUX_CONFIG) print(MUX_CONFIG)
MUX_CONFIG.update(HARDWARE_CONFIG['mux']['boards'][mux_id]) MUX_CONFIG.update(HARDWARE_CONFIG['mux']['boards'][mux_id])
# MUX_CONFIG['ctl'] = ctl_module.Ctl() MUX_CONFIG['ctl'] = ctl_module.Ctl()
mux = Mux(**MUX_CONFIG) mux = Mux(**MUX_CONFIG)
mux.switch_one(elec=1, role='M', state='on') mux.switch_one(elec=1, role='M', state='on')
time.sleep(2) time.sleep(2)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment