Commit 2c096d58 authored by Clement Remi's avatar Clement Remi
Browse files

change run_measurement_new to run_measurment

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment