From 52a836094ac0340c5d17183390af43e2d63298fb Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 22 Apr 2020 12:22:21 +0200 Subject: [PATCH] Script execution --- script/users/monney/TemperatureRamp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/users/monney/TemperatureRamp.py b/script/users/monney/TemperatureRamp.py index 54f7bac7..f7450360 100644 --- a/script/users/monney/TemperatureRamp.py +++ b/script/users/monney/TemperatureRamp.py @@ -62,7 +62,7 @@ try: set_4f() #caput('X03DA-PC-LAKESHORE:1-TEMP_SP', 10.) print("scanning") - lscan(POSITIONERS, SENSORS, 0., 1., 150, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_down) + lscan(POSITIONERS, SENSORS, 0., 1., 180, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_down) # print("wait for 10 K") # the timeout is dangerous, it may cause an exception! @@ -76,7 +76,7 @@ try: print("4f ramping up") set_4f() caput('X03DA-PC-LAKESHORE:1-TEMP_SP', 300.) - lscan(POSITIONERS, SENSORS, 0., 1., 150, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_up) + lscan(POSITIONERS, SENSORS, 0., 1., 180, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_up) print("survey") set_survey()