Script execution

This commit is contained in:
gac-x03da
2020-04-21 19:54:47 +02:00
parent f771ffb802
commit 12553f616f

View File

@@ -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: