Script execution

This commit is contained in:
gac-x03da
2018-01-30 19:09:59 +01:00
parent a3dbf1b2fe
commit 12ae82edbd

View File

@@ -12,12 +12,14 @@ SENSORS = (Keithley1, Keithley2, MachineCurrent)
STARTPOS = (-10.0)
ENDPOS = (200.0)
STEPS = 10.0
LATENCY = 0.1
LATENCY = 1.0
DWELL = 1.0
KEI_DIODE = "X03DA-KEITHLEY-1:"
KEI_RMU = "X03DA-KEITHLEY-2:"
ExitSlit.write(STARTPOS)
caput(KEI_DIODE + "DOSETDEFAULT", 1)
caput(KEI_RMU + "DOSETDEFAULT", 1)
time.sleep(1.0)