diff --git a/dev/test_mb_2024_4_mux_2024.py b/dev/test_mb_2024_4_mux_2024.py index f322c623836861b11071391bed6f21021adcfb19..bf541f13dba999db195c51e00fffd48860e8d044 100644 --- a/dev/test_mb_2024_4_mux_2024.py +++ b/dev/test_mb_2024_4_mux_2024.py @@ -7,9 +7,9 @@ import time import logging from ohmpi.config import HARDWARE_CONFIG -stand_alone = True +stand_alone = False part_of_hardware_system = False -within_ohmpi = False +within_ohmpi = True # Stand alone if stand_alone: @@ -120,3 +120,4 @@ if within_ohmpi: # k._hw._plot_readings(save_fig=False) # plot_exec_log('ohmpi/logs/exec.log') change_config('../configs/config_default.py', verbose=False) +