Script execution

This commit is contained in:
x03daop
2017-03-20 12:33:17 +01:00
parent 66d304cf9b
commit 86fb056ed6

View File

@@ -3,15 +3,15 @@ XAS scan
"""
POSITIONERS = (Eph)
SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, AuxVoltage, MachineCurrent, AuxCurrentRaw)
SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, AuxVoltage, MachineCurrent)
#SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX)
STARTPOS = (518.0)
ENDPOS = (548.0)
#NUMPOINTS = 76
STEPSIZE = 0.05
LATENCY = 0.1
DWELL = 0.1
ENDSCAN = False # close shutter at end
LATENCY = 0.2
DWELL = 5.0
ENDSCAN = True # close shutter at end
value = DWELL * 10.0
SampleCurrentAveraging.write(value)