diff --git a/dev/test_mb_2024_0_mux_2024.py b/dev/test_mb_2024_0_mux_2024.py index 605e035d9f7b90ddfa720f28eb1231d7f4abd5b3..98a0e6b19aa16e3f0746efefb55b0bf912698524 100644 --- a/dev/test_mb_2024_0_mux_2024.py +++ b/dev/test_mb_2024_0_mux_2024.py @@ -16,9 +16,9 @@ pwr_module = importlib.import_module(f'ohmpi.hardware_components.{HARDWARE_CONFI tx_module = importlib.import_module(f'ohmpi.hardware_components.{HARDWARE_CONFIG["tx"]["model"]}') rx_module = importlib.import_module(f'ohmpi.hardware_components.{HARDWARE_CONFIG["rx"]["model"]}') -stand_alone = False +stand_alone = True part_of_hardware_system = False -within_ohmpi = True +within_ohmpi = False # True # Stand alone mux if stand_alone: HARDWARE_CONFIG['tx'].update({'ctl': HARDWARE_CONFIG['tx'].pop('ctl', ctl_module.Ctl())})