Script execution

This commit is contained in:
x03daop
2017-04-07 16:15:29 +02:00
parent 089b8aa4b2
commit 1358ebb26f

View File

@@ -7,8 +7,8 @@ Arguments:
#VECTOR = [295.0, 296.0]
EPHOT0 = 296.0
MOTORS = [dummy]
VECTOR = range(10)
MOTORS = [Eph]
VECTOR = [296.0 for e in range(10)]
LATENCY = 0.0
REGION1 = {'elo': 243.0, 'ehi': 293.0, 'estep': 0.05, 'epass': 50, 'tstep': 1.0, 'iter': 1}