Script execution

This commit is contained in:
gac-x03da
2020-02-06 12:42:49 +01:00
parent 614b0b6165
commit 1207263a69

View File

@@ -9,8 +9,7 @@ SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent)
STARTPOS = (-10.0)
ENDPOS = (200.0)
STEPS = 10.0
LATENCY = 1.0
DWELL = 1.0
LATENCY = 10.
lscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, LATENCY, before_read=before_readout, after_read=after_readout)