From 69dd2a07cbc94f204eacf81e3ff39d9afabfb31a Mon Sep 17 00:00:00 2001 From: Arnaud Watlet <arnaud.watlet@umons.ac.be> Date: Thu, 7 Dec 2023 00:00:15 +0100 Subject: [PATCH] Tries to address vmax issue --- ohmpi/ohmpi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohmpi/ohmpi.py b/ohmpi/ohmpi.py index 8bdd8523..63f20334 100644 --- a/ohmpi/ohmpi.py +++ b/ohmpi/ohmpi.py @@ -588,7 +588,7 @@ class OhmPi(object): #TODO: For pwr_adjustable only and perhaps in a separate function (or at _hw level) self._hw.switch_mux(electrodes=quad[0:2], roles=['A', 'B'], state='on') self._hw.tx.polarity = 1 - time.sleep(2.0) + time.sleep(1.0) self._hw.tx.polarity = 0 self._hw.switch_mux(electrodes=quad[0:2], roles=['A', 'B'], state='off') else: -- GitLab