From 986cf01684d825a050db2e5cb1de7eb0fe175414 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 3 Feb 2020 15:48:11 +0100 Subject: [PATCH] Script execution --- script/optics/ExitSlitYScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/optics/ExitSlitYScan.py b/script/optics/ExitSlitYScan.py index 43183d5a..a3129360 100644 --- a/script/optics/ExitSlitYScan.py +++ b/script/optics/ExitSlitYScan.py @@ -10,10 +10,10 @@ POSITIONERS = (ExitSlitY) SENSORS = (SampleCurrent,RefCurrent, MachineCurrent) STARTPOS = (1.0) ENDPOS = (-0.5) -#STEPS = -0.01 -DWELL = 0.5 +STEPS = -0.01 +DWELL = 0.1 TOTAL_TIME = 150 -STEPS = int(TOTAL_TIME / DWELL) + 1 +#STEPS = int(TOTAL_TIME / DWELL) + 1 def trig(): wait_beam()