Commit 2f85b6c4 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Adds test_mux in dev/test

Showing with 2 additions and 2 deletions
+2 -2
...@@ -64,8 +64,8 @@ if part_of_hardware_system: ...@@ -64,8 +64,8 @@ if part_of_hardware_system:
# k.switch_mux(electrodes=[1, 4, 2, 3], roles=['A', 'B', 'M', 'N'], state='on') # k.switch_mux(electrodes=[1, 4, 2, 3], roles=['A', 'B', 'M', 'N'], state='on')
# time.sleep(1.) # time.sleep(1.)
# k.switch_mux(electrodes=[1, 4, 2, 3], roles=['A', 'B', 'M', 'N'], state='off') # k.switch_mux(electrodes=[1, 4, 2, 3], roles=['A', 'B', 'M', 'N'], state='off')
k._hw.mux_boards[mux_id].test(activation_time=activation_time) # k.mux_boards[mux_id].test(activation_time=.4)
k.test_mux((1,'A'))
if within_ohmpi: if within_ohmpi:
from ohmpi.ohmpi import OhmPi from ohmpi.ohmpi import OhmPi
# from ohmpi.plots import plot_exec_log # from ohmpi.plots import plot_exec_log
......
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