Script execution
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user