From e39dfc5a418b0e05378f516a3e7dc39e434b5516 Mon Sep 17 00:00:00 2001 From: x03daop Date: Thu, 28 Jul 2016 17:57:39 +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 9d1ae694..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 = 20 +STARTPOS = (0.0) +ENDPOS = (200.0) +STEPS = 10.0 LATENCY = 0.1 DWELL = 1.0