From f2603430bc5a13c8dbbddb021df3dd9dbd040ccd Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Thu, 23 Apr 2020 17:59:00 +0200 Subject: [PATCH] Script execution --- script/users/monney/TemperatureRamp.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/script/users/monney/TemperatureRamp.py b/script/users/monney/TemperatureRamp.py index bb4e2b98..d77c4424 100644 --- a/script/users/monney/TemperatureRamp.py +++ b/script/users/monney/TemperatureRamp.py @@ -58,11 +58,11 @@ try: #set_survey() #lscan(POSITIONERS, SENSORS, 1., 1., 0, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout) - print("4f ramping down") - set_4f() - caput('X03DA-PC-LAKESHORE:1-TEMP_SP', 10.) - print("scanning") - lscan(POSITIONERS, SENSORS, 0., 1., 400, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_down) + # print("4f ramping down") + # set_4f() + # caput('X03DA-PC-LAKESHORE:1-TEMP_SP', 10.) + # print("scanning") + # lscan(POSITIONERS, SENSORS, 0., 1., 400, 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! @@ -73,10 +73,10 @@ try: # set_survey() # lscan(POSITIONERS, SENSORS, 1., 1., 0, LATENCY, RELATIVE, before_read=before_readout, after_read = after_readout) - # print("4f ramping up") - # set_4f() - # caput('X03DA-PC-LAKESHORE:1-TEMP_SP', 300.) - # lscan(POSITIONERS, SENSORS, 0., 1., 400, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_up) + print("4f ramping up") + set_4f() + caput('X03DA-PC-LAKESHORE:1-TEMP_SP', 300.) + lscan(POSITIONERS, SENSORS, 0., 1., 400, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_up) # print("survey") # set_survey()