Script execution

This commit is contained in:
gac-x03da
2019-08-09 11:48:35 +02:00
parent 411e73d3b4
commit 4f66fe4f52

View File

@@ -8,11 +8,11 @@ set keithleys manually to "poll curr slow" and fixed range (20 nA for diode, 200
POSITIONERS = (ExitSlitY)
SENSORS = (SampleCurrent,RefCurrent, MachineCurrent)
STARTPOS = (0.5)
STARTPOS = (1.0)
ENDPOS = (-0.5)
#STEPS = -0.01
DWELL = 0.05
TOTAL_TIME = 50
DWELL = 0.1
TOTAL_TIME = 75
STEPS = int(TOTAL_TIME / DWELL) + 1
def trig():