Script execution
This commit is contained in:
@@ -61,7 +61,8 @@ try:
|
||||
print("4f ramping down")
|
||||
set_4f()
|
||||
#caput('X03DA-PC-LAKESHORE:1-TEMP_SP', 10.)
|
||||
lscan(POSITIONERS, SENSORS, 3., 0., 150, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_down)
|
||||
print("scanning")
|
||||
lscan(POSITIONERS, SENSORS, 0., 1., 150, 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!
|
||||
@@ -75,7 +76,7 @@ try:
|
||||
print("4f ramping up")
|
||||
set_4f()
|
||||
caput('X03DA-PC-LAKESHORE:1-TEMP_SP', 300.)
|
||||
lscan(POSITIONERS, SENSORS, 0., 3., 150, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_up)
|
||||
lscan(POSITIONERS, SENSORS, 0., 1., 150, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_up)
|
||||
|
||||
print("survey")
|
||||
set_survey()
|
||||
|
||||
Reference in New Issue
Block a user