Script execution

This commit is contained in:
gac-x03da
2019-08-26 02:40:03 +02:00
parent 47f413e3b1
commit 18e3f84fb3

View File

@@ -41,9 +41,9 @@ POSITIONS_9 = [550]
REGION_9 = {'name': 'Ag3d', 'elo': 174, 'ehi': 180., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True}
REGIONS_9 = [REGION_9]
#POSITIONS_7 = [70]
#REGION_7 = {'name': 'Valence', 'elo': 55., 'ehi': 67., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 10, 'cis': True}
#REGIONS_7 = [REGION_7]
POSITIONS_10 = [70]
REGION_10 = {'name': 'Valence', 'elo': 55., 'ehi': 67., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 10, 'cis': True}
REGIONS_10 = [REGION_7]
#POSITIONS_4 = [435]
#REGION_4 = {'name': 'Ag3d', 'elo': 59, 'ehi': 66., 'estep': 0.05, 'epass': 10, 'tstep': 0.5, 'iter': 1, 'cis': True}
@@ -236,7 +236,7 @@ try:
do_scan(MOTORS, POSITIONS_7, REGIONS_7, LATENCY, nn)
do_scan(MOTORS, POSITIONS_8, REGIONS_8, LATENCY, nn)
do_scan(MOTORS, POSITIONS_9, REGIONS_9, LATENCY, nn)
#do_scan(MOTORS, POSITIONS_10, REGIONS_10, LATENCY, nn)
do_scan(MOTORS, POSITIONS_10, REGIONS_10, LATENCY, nn)
#o_scan(MOTORS, POSITIONS_11, REGIONS_11, LATENCY, nn)