Commit 4b873223 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
...@@ -15,7 +15,7 @@ within_ohmpi = False ...@@ -15,7 +15,7 @@ within_ohmpi = False
# Stand alone mux # Stand alone mux
if stand_alone_mux: if stand_alone_mux:
mux_id = 'mux_02' mux_id = 'mux_02'
MUX_CONFIG = MUX_CONFIG['boards'][mux_id] MUX_CONFIG = MUX_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')
......
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