Script execution

This commit is contained in:
gac-x03da
2018-01-30 17:44:01 +01:00
parent c34e8c9df9
commit a3cbb3ea3a

View File

@@ -37,9 +37,8 @@ def trig():
time.sleep(0.1)
caput(KEI_DIODE + "DOTRIGGER", 1)
caput(KEI_RMU + "DOTRIGGER", 1)
time.sleep(DWELL)
time.sleep(DWELL * 1.5)
caput(KEI_DIODE + "DOFETCH", 1)
caput(KEI_RMU + "DOFETCH", 1)
lscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, LATENCY, before_read=trig, after_read=after_readout)