From 16e98a3130f4d4a1d03bc81f3af79b403dc0048b Mon Sep 17 00:00:00 2001 From: x03daop Date: Fri, 17 Mar 2017 15:52:50 +0100 Subject: [PATCH] Script execution --- script/XAS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/XAS.py b/script/XAS.py index a85daf86..5f76900e 100644 --- a/script/XAS.py +++ b/script/XAS.py @@ -11,7 +11,7 @@ ENDPOS = (550.0) STEPSIZE = 0.1 LATENCY = 1.0 DWELL = 1.0 -ENDSCAN = True # close shutter at end +ENDSCAN = False # close shutter at end value = DWELL * 10.0 SampleCurrentAveraging.write(value)