Script execution

This commit is contained in:
gac-x04sa
2019-03-07 17:05:02 +01:00
parent 8d1585ced8
commit d8c30b6a2b

View File

@@ -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