From b6e8ae4305fe47adafe37b4c7bb368d584129a00 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Thu, 19 Oct 2023 17:23:11 +0200 Subject: [PATCH] Updates dev --- dev/test_mb_2024_4_mux_2024.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev/test_mb_2024_4_mux_2024.py b/dev/test_mb_2024_4_mux_2024.py index f322c623..bf541f13 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) + -- GitLab