From 2c096d58baa5c78b4d74f9a75551b5a1733e95b0 Mon Sep 17 00:00:00 2001
From: Clement Remi <remi.clement@irstea.fr>
Date: Fri, 2 Jun 2023 07:55:42 +0200
Subject: [PATCH] change run_measurement_new to run_measurment

---
 ohmpi.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ohmpi.py b/ohmpi.py
index c053d8a6..5fe6f2fa 100644
--- a/ohmpi.py
+++ b/ohmpi.py
@@ -790,7 +790,7 @@ class OhmPi(object):
         else:
             self.exec_logger.warning('Not on Raspberry Pi, skipping reboot...')
 
-    def run_measurement_new(self, quad=None, nb_stack=None, injection_duration=None,
+    def run_measurement(self, quad=None, nb_stack=None, injection_duration=None,
                         autogain=True, strategy='constant', tx_volt=5, best_tx_injtime=0.1, duty_cycle=0.5,
                         cmd_id=None):
         """Measures on a quadrupole and returns transfer resistance.
-- 
GitLab