Script execution
This commit is contained in:
+4
-4
@@ -9,17 +9,17 @@ av_ref = create_averager(RefCurrent, 20, interval=-1.0, name="AvgRefCurrent")
|
||||
|
||||
SENSORS = (SampleCurrent, RefCurrent, MachineCurrent, av_sample, av_ref)
|
||||
#SENSORS = (SampleCurrent, RefCurrent, AuxCurrent, MachineCurrent, OpticsCameraCentroidX, OpticsCameraSigmaX)
|
||||
STARTPOS = (60.)
|
||||
ENDPOS = (1000.)
|
||||
STARTPOS = (400.)
|
||||
ENDPOS = (405.)
|
||||
#NUMPOINTS = 76
|
||||
STEPSIZE = 10.0
|
||||
STEPSIZE = 0.01
|
||||
LATENCY = 0.0
|
||||
|
||||
ENDSCAN = True # close shutter at end
|
||||
|
||||
|
||||
def trig():
|
||||
time.sleep(10.)
|
||||
time.sleep(1.)
|
||||
before_readout()
|
||||
#wait_beam()
|
||||
#caput("X03DA-OP-10ADC:TRG.PROC", 1)
|
||||
|
||||
Reference in New Issue
Block a user