diff --git a/test_mux_2024.py b/test_mux_2024.py index becef120736e2a0906f00a72ac4bb26f88c5ac2d..7de578c9295606d5a8a9c9237ab7403c2ee95bcf 100644 --- a/test_mux_2024.py +++ b/test_mux_2024.py @@ -10,7 +10,7 @@ mux.switch_one(elec=1, role='M', state='on') time.sleep(2) mux.switch_one(elec=1, role='M', state='off') mux.switch({'A': [1], 'B': [4], 'M': [2], 'N': [3]}, state='on') -time.sleep(4) +time.sleep(8) mux.switch({'A': [1], 'B': [4], 'M': [2], 'N': [3]}, state='off') -mux.test({'A': [1, 2, 3, 4], 'B': [4, 5, 6, 7], 'M': [2, 3, 4, 5], 'N': [3, 4, 5, 6]}) +# mux.test({'A': [1, 2, 3, 4], 'B': [4, 5, 6, 7], 'M': [2, 3, 4, 5], 'N': [3, 4, 5, 6]}) change_config('config_default.py', verbose=False)