From 52090a8080d0159062b54f30d428c31160d43b6f Mon Sep 17 00:00:00 2001 From: awatlet <arnaud.watlet@umons.ac.be> Date: Thu, 12 Oct 2023 09:55:42 +0200 Subject: [PATCH] Adds test_mux in dev/test --- dev/test_mb_2024_1_mux_2024.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/test_mb_2024_1_mux_2024.py b/dev/test_mb_2024_1_mux_2024.py index e3e241df..873b0ae4 100644 --- a/dev/test_mb_2024_1_mux_2024.py +++ b/dev/test_mb_2024_1_mux_2024.py @@ -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.mux_boards[mux_id].test(activation_time=.4) k.test_mux((1,'A')) + if within_ohmpi: from ohmpi.ohmpi import OhmPi # from ohmpi.plots import plot_exec_log -- GitLab