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):