From 12553f616f50cf6a07b5455c966ea9db766b11b2 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 21 Apr 2020 19:54:47 +0200 Subject: [PATCH] Script execution --- script/users/monney/TemperatureRampTest.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/monney/TemperatureRampTest.py b/script/users/monney/TemperatureRampTest.py index 2c711dcb..6c752e1f 100644 --- a/script/users/monney/TemperatureRampTest.py +++ b/script/users/monney/TemperatureRampTest.py @@ -55,7 +55,7 @@ def my_after_read_up(rec, scan): try: print("survey") set_survey() - lscan(POSITIONERS, SENSORS, 3., 3., 1, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout) + lscan(POSITIONERS, SENSORS, 3., 3., 0, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout) print("4f ramping down") set_4f() @@ -67,7 +67,7 @@ try: print("survey") set_survey() - lscan(POSITIONERS, SENSORS, 1., 1., 1, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout) + lscan(POSITIONERS, SENSORS, 1., 1., 0, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout) print("4f ramping up") set_4f() @@ -76,7 +76,7 @@ try: print("survey") set_survey() - lscan(POSITIONERS, SENSORS, 1., 1., 1, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout) + lscan(POSITIONERS, SENSORS, 1., 1., 0, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout) finally: if ENDSCAN: