Script execution
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user