From da79928cd20a3bcc60cc2e1904699705753e972c Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Sun, 18 Nov 2018 19:39:41 +0100 Subject: [PATCH] Closedown --- script/local.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/local.py b/script/local.py index 17a31f15..e941a487 100644 --- a/script/local.py +++ b/script/local.py @@ -323,8 +323,8 @@ def after_scan(): """ Close shutter and turn off analyser """ - #caput("X03DA-PC:AFTER-SCAN.PROC", 1) - caput("X03DA-FE-AB1:CLOSE4BL", 0) + caput("X03DA-PC:AFTER-SCAN.PROC", 1) + #caput("X03DA-FE-AB1:CLOSE4BL", 0) #release_keithleys() def set_adc_averaging(dwelltime=0.0):