diff --git a/script/local.py b/script/local.py index 4b103dfa..47760732 100644 --- a/script/local.py +++ b/script/local.py @@ -214,6 +214,11 @@ def after_readout(rec): create_diag_datasets() append_diag_datasets() +def after_scan(): + """ + Close shutter and turn off analyser + """ + caput("X03DA-PC:AFTER-SCAN.PROC", 1) def set_adc_averaging(): value = Scienta.getStepTime().read() * 10.0 #averaging count in 100ms