From 24fa979f11ae644642a679123f27e5fb916833e3 Mon Sep 17 00:00:00 2001 From: awatlet <arnaud.watlet@umons.ac.be> Date: Thu, 19 Oct 2023 12:33:08 +0200 Subject: [PATCH] Updates test --- dev/test_mb_2024_4_mux_2024.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/test_mb_2024_4_mux_2024.py b/dev/test_mb_2024_4_mux_2024.py index e225cc90..b505d7a5 100644 --- a/dev/test_mb_2024_4_mux_2024.py +++ b/dev/test_mb_2024_4_mux_2024.py @@ -108,7 +108,7 @@ if within_ohmpi: # k.load_sequence('sequences/9991_GRAD_16_s1_a1.txt') # k.run_sequence(tx_volt=5, injection_duration=1., nb_stack=2, duty_cycle=0.5) print('using OhmPi') - d = k.run_measurement([A, B, M, N], injection_duration=3., nb_stack=2, duty_cycle=0.5, tx_volt=5.) + d = k.run_measurement([A, B, M, N], injection_duration=1., nb_stack=2, duty_cycle=0.5, tx_volt=5.) # print(d) k._hw._plot_readings() print(f'OhmPiHardware: Resistance: {k._hw.last_resistance() :.2f} ohm, dev. {k._hw.last_dev():.2f} %, sp: {k._hw.sp:.2f} mV, rx bias: {k._hw.rx._bias:.2f} mV') -- GitLab