Commit 52090a80 authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Adds test_mux in dev/test

Showing with 1 addition and 0 deletions
+1 -0
...@@ -66,6 +66,7 @@ if part_of_hardware_system: ...@@ -66,6 +66,7 @@ if part_of_hardware_system:
# 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.mux_boards[mux_id].test(activation_time=.4) # k.mux_boards[mux_id].test(activation_time=.4)
k.test_mux((1,'A')) 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