From 06758c81958948faf1d0431ca56a2b32e356b363 Mon Sep 17 00:00:00 2001 From: awatlet <arnaud.watlet@umons.ac.be> Date: Tue, 17 Oct 2023 08:55:19 +0200 Subject: [PATCH] Updates run_sequence --- ohmpi/ohmpi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohmpi/ohmpi.py b/ohmpi/ohmpi.py index ea0b3e2b..b9c4e8c9 100644 --- a/ohmpi/ohmpi.py +++ b/ohmpi/ohmpi.py @@ -635,7 +635,7 @@ class OhmPi(object): # self.switch_mux_on(quad) # run a measurement if self.on_pi: - acquired_data = self.run_measurement(quad, **kwargs) + acquired_data = self.run_measurement(quad=quad, **kwargs) else: # for testing, generate random data sum_vmn = np.random.rand(1)[0] * 1000. sum_i = np.random.rand(1)[0] * 100. -- GitLab