Script execution

This commit is contained in:
gac-x03da
2018-01-30 18:15:07 +01:00
parent 08aa637e2f
commit b61d427640

View File

@@ -19,9 +19,9 @@ DWELL = 1.0
KEI_DIODE = "X03DA-KEITHLEY-1:"
KEI_RMU = "X03DA-KEITHLEY-2:"
caput(KEI_DIODE + "DOSETDEFAULT", 0)
caput(KEI_DIODE + "DOSETDEFAULT", 1)
time.sleep(1.0)
caput(KEI_DIODE + "DOSETADVANCED", 0)
caput(KEI_DIODE + "DOSETADVANCED", 1)
time.sleep(1.0)
caput(KEI_DIODE + "DATAFORMAT", 1)
#caput(KEI_DIODE + "READSCAN.SCAN", 0)
@@ -53,3 +53,5 @@ def trig():
#caput(KEI_RMU + "DOFETCH", 1)
lscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, LATENCY, before_read=trig, after_read=after_readout)
caput(KEI_DIODE + "DORESET", 1)