From 8fb3d1948c0e8500340a25d7acfd6a75a16154c6 Mon Sep 17 00:00:00 2001
From: su530201 <olivier.kaufmann@umons.ac.be>
Date: Thu, 31 Aug 2023 16:12:08 +0200
Subject: [PATCH] Adds save_fig option to _plot_readings

---
 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 061e9596..075449e5 100644
--- a/dev/test_3_mux_2024.py
+++ b/dev/test_3_mux_2024.py
@@ -55,7 +55,7 @@ if within_ohmpi:
     k._hw.calibrate_rx_bias()  # electrodes 1 4 2 3 should be connected to a reference circuit
     # print(f'Resistance: {k._hw.last_rho :.2f} ohm, dev. {k._hw.last_dev:.2f} %, rx bias: {k._hw.rx._bias:.2f} mV')
     # k._hw._plot_readings()
-    k.run_measurement([A, B, M, N], injection_duration=1.)
+    k.run_measurement([A, B, M, N], injection_duration=6.)
     # k._hw._plot_readings()
     print(f'Resistance: {k._hw.last_rho :.2f} ohm, dev. {k._hw.last_dev:.2f} %, rx bias: {k._hw.rx._bias:.2f} mV')
     k._hw._plot_readings(save_fig=True)
-- 
GitLab