From cddd1bf3fc84cc8da1188d602fc09f60340d503a Mon Sep 17 00:00:00 2001 From: x03daop Date: Thu, 28 Jul 2016 16:35:18 +0200 Subject: [PATCH] Script execution --- script/ExitSlitScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/ExitSlitScan.py b/script/ExitSlitScan.py index c5a8e1a8..29b095b7 100644 --- a/script/ExitSlitScan.py +++ b/script/ExitSlitScan.py @@ -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