Script execution

This commit is contained in:
gac-x03da
2023-07-06 13:49:35 +02:00
parent ab6eea2bc2
commit 6263a5e250

View File

@@ -25,7 +25,7 @@ MOTORS = [dummy]
#MOTORS = [ManipulatorY, ManipulatorZ]
# line scan [start, stop, step]
POSITIONS = [0., 50., 6]
POSITIONS = [0., 50., 8]
SCAN = 'lscan'
# vector scan [pos1, pos2, pos3, ...]
@@ -82,7 +82,7 @@ REGIONS=[REGION1]
#REGIONS = [REGION1fix, REGION2fix]
# close beam shutter and turn off analyser at the end of the scan
CLOSE_SHUTTER_AT_END = True
CLOSE_SHUTTER_AT_END = False
# --- DO NOT EDIT BELOW THIS LINE! ---