Script execution
This commit is contained in:
@@ -8,13 +8,13 @@ set keithleys manually to "poll curr fast" and fixed range (2 uA for diode, 2 nA
|
||||
|
||||
POSITIONERS = (ExitSlitY)
|
||||
SENSORS = (SampleCurrent,RefCurrent, MachineCurrent)
|
||||
STARTPOS = (1.0)
|
||||
STARTPOS = (5.0)
|
||||
ENDPOS = (0.0)
|
||||
#STEPS = -0.01
|
||||
DWELL = 0.1
|
||||
TOTAL_TIME = 120
|
||||
#STEPS = int(TOTAL_TIME / DWELL) + 1
|
||||
STEPS = 100
|
||||
STEPS = 50
|
||||
|
||||
def trig():
|
||||
#wait_beam()
|
||||
|
||||
Reference in New Issue
Block a user