Script execution

This commit is contained in:
gac-x03da
2023-05-01 19:12:02 +02:00
parent d72ecd51ed
commit 2e1ed62242

View File

@@ -25,7 +25,7 @@ MOTORS = [dummy]
#MOTORS = [ManipulatorY, ManipulatorZ]
# line scan [start, stop, step]
POSITIONS = [0., 50., 100]
POSITIONS = [0., 50., 1000]
SCAN = 'lscan'
# vector scan [pos1, pos2, pos3, ...]
@@ -70,7 +70,7 @@ LATENCY = 0.0
# 'slit': exit slit (default: unchanged)
REGION1 = {'name': 'o1s', 'elo': 198, 'ehi': 204, 'estep': 0.2, 'epass': 50., 'tstep': 0.15, 'iter': 1}
REGION2 = {'name': 'N1s', 'elo': 336, 'ehi': 342, 'estep': 0.03, 'epass': 100., 'tstep': 0.2, 'iter': 1}
REGION2 = {'name': 'N1s', 'elo': 336, 'ehi': 342, 'estep': 0.3, 'epass': 100., 'tstep': 0.2, 'iter': 1}
#REGION3 = {'name': 'multiplet 2', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1}
# list of region dictionaries to execute at each scan position