diff --git a/script/optics/FrontEndBladeScan.py b/script/optics/FrontEndBladeScan.py index 8fbb9dbe..c8123eb3 100644 --- a/script/optics/FrontEndBladeScan.py +++ b/script/optics/FrontEndBladeScan.py @@ -15,11 +15,11 @@ STARTPOS = (-1.5) ENDPOS = (+1.5) STEPS = 0.01 LATENCY = 1.0 -DWELL = 1.0 +DWELL = 0.1 def trig(): caput("X03DA-OP-10ADC:TRG.PROC", 1) - time.sleep(DWELL) + #time.sleep(DWELL) value = DWELL * 10.0 SampleCurrentAveraging.write(value)