Script execution

This commit is contained in:
gac-x03da
2019-11-21 23:48:55 +01:00
parent 3b6b2a24fc
commit 4307126c74
+2 -2
View File
@@ -26,7 +26,7 @@ MOTORS = [dummy]
# line scan [start, stop, step]
POSITIONS = [0.]
SCAN = 'lscan'
SCAN = 'vscan'
# vector scan [pos1, pos2, pos3, ...]
#POSITIONS = [600., 900.]
@@ -86,7 +86,7 @@ REGION5 = {'name': 'In3d','ephot':900., 'elo': 440., 'ehi':453.0, 'estep':0.1, '
REGIONS = [REGION1, REGION2]#, REGION3, REGION4, REGION5]
# close beam shutter and turn off analyser at the end of the scan
CLOSE_SHUTTER_AT_END = True
CLOSE_SHUTTER_AT_END = False
def move_to_position(pdict):
ManipulatorX.move(pdict['X'])