From 83e854a0c35ccfe677260e65bfb0d48064e0975d Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Fri, 1 Sep 2023 10:13:18 +0200 Subject: [PATCH] Updates test_3_mux_2024.py --- dev/test_3_mux_2024.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/test_3_mux_2024.py b/dev/test_3_mux_2024.py index d875c5af..eaf6b3b2 100644 --- a/dev/test_3_mux_2024.py +++ b/dev/test_3_mux_2024.py @@ -47,7 +47,7 @@ if within_ohmpi: from ohmpi.ohmpi import OhmPi print('Starting test of mux within OhmPi.') k = OhmPi() - A, B, M, N = (10, 13, 12, 11) + A, B, M, N = (32, 29, 31, 30) k.reset_mux() k._hw.switch_mux([A, B, M, N], state='on') k._hw.vab_square_wave(12.,12., cycles=2) -- GitLab