From d8c30b6a2bca3a88d5dc88e66edef86fe7f88a8a Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Thu, 7 Mar 2019 17:05:02 +0100 Subject: [PATCH] Script execution --- script/utils/Auto.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/utils/Auto.py b/script/utils/Auto.py index c3c5689..b4fabe8 100644 --- a/script/utils/Auto.py +++ b/script/utils/Auto.py @@ -273,6 +273,7 @@ def auto_adjust(): def auto_before_sample(position, scan): global AUTO_LEVEL, RETRY_COUNT if scan.recordIndex==1: + print "First" if (AUTO_LEVEL > 0): transm.write(1e-10) # if automatic filter setting is active start scan with very lowfilter transmission RETRY_COUNT = 0