Closedown

This commit is contained in:
x03daop
2016-08-01 11:38:36 +02:00
parent 55a1cc85b4
commit ebea6c4fcd
3 changed files with 15 additions and 6 deletions

View File

@@ -4,9 +4,9 @@ exit slit test scan
POSITIONERS = (ExitSlit)
SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent)
STARTPOS = (200.0)
ENDPOS = (0.0)
STEPS = -10.0
STARTPOS = (0.0)
ENDPOS = (200.0)
STEPS = 10.0
LATENCY = 0.1
DWELL = 1.0
@@ -20,3 +20,9 @@ def trig():
caput("X03DA-OP-10ADC:TRG.PROC", 1)
lscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, LATENCY, before_read=trig, after_read=after_readout)
STARTPOS = (200.0)
ENDPOS = (0.0)
STEPS = -10.0
lscan(POSITIONERS, SENSORS, STARTPOS, ENDPOS, STEPS, LATENCY, before_read=trig, after_read=after_readout)