Script execution

This commit is contained in:
gac-x03da
2023-06-22 01:37:03 +02:00
parent 0ae7423166
commit 8a6cb41d5b

View File

@@ -75,9 +75,9 @@ LATENCY = 1.0
#REGION3 = {'name': 'Peak 3', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1}
# Script that uses the same hv for all the regions:
REGION1 = {'name': 'Peak 1', 'elo': 329.00, 'ehi': 340.00, 'estep': 0.2, 'epass': 20., 'tstep': 0.4, 'iter': 1}
REGION2 = {'name': 'Peak 2', 'elo': 128.00, 'ehi': 141.00, 'estep': 0.2, 'epass': 20., 'tstep': 0.4, 'iter': 1}
#REGION3 = {'name': 'Peak 3', 'elo': 173.5, 'ehi': 176.8, 'estep': 0.03, 'epass': 50., 'tstep': 0.12, 'iter': 1}
REGION1 = {'name': 'Sn3d', 'elo': 145.00, 'ehi': 165.00, 'estep': 0.05, 'epass': 20., 'tstep': 0.4, 'iter': 1}
REGION2 = {'name': 'Au4f', 'elo': 554.00, 'ehi': 565.00, 'estep': 0.05, 'epass': 20., 'tstep': 0.4, 'iter': 1}
REGION3 = {'name': 'Se3d', 'elo': 586.00, 'ehi': 596.00, 'estep': 0.05, 'epass': 20., 'tstep': 0.4, 'iter': 1}
# list of region dictionaries to execute at each scan position
REGIONS = [REGION1, REGION2]