Script execution

This commit is contained in:
gac-x03da
2019-08-12 15:30:18 +02:00
parent 8f901af99a
commit 51e4fdeea4

View File

@@ -34,6 +34,7 @@ fly_time = (RANGE[1] - RANGE[0]) / SPEED
STEPS = int(fly_time / scienta_time) + 1
print "scan time: ", fly_time
set_exec_pars(keep=True)
result = cscan(MOTORS, SENSORS, RANGE[0], RANGE[1], STEPS, time=fly_time, before_read=before_readout, after_read = after_readout, check_positions = False)
readable = result.getReadable(0)
positions = result.getPositions(0)