From 1af83148742cc6b78eff424af5b10b69ef7410f8 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Tue, 15 Aug 2023 10:12:15 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 851bc24f..1fc85d6c 100644 --- a/script/local.py +++ b/script/local.py @@ -391,7 +391,7 @@ def after_scan(): def set_adc_averaging(dwelltime=0.0): if dwelltime == 0.0: - if is_scienta_sampling(): + if False: #is_scienta_sampling(): dwelltime = Scienta.getStepTime().read() fixed = AcquisitionMode.read() == "Fixed" else: