Script execution
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user