Commit 3dc07558 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
# Stand alone mux
if stand_alone_mux:
mux_id = 'mux_02'
MUX_CONFIG = MUX_CONFIG['mux']['boards'][mux_id]
MUX_CONFIG = MUX_CONFIG['boards'][mux_id]
# MUX_CONFIG['ctl'] = ctl_module.Ctl()
mux = Mux(**MUX_CONFIG)
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