Script execution
This commit is contained in:
@@ -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! ---
|
||||
|
||||
Reference in New Issue
Block a user