Closedown
This commit is contained in:
@@ -2,9 +2,9 @@ import ch.psi.pshell.device.DummyPositioner as DummyPositioner
|
||||
|
||||
|
||||
#Energy #Pass Energy
|
||||
STEPS = [ ( 136.0, 10 ),
|
||||
( 350.5, 20 ),
|
||||
( 400.0, 50 ),
|
||||
STEPS = [ ( 136.0, 10 , 5.0),
|
||||
( 350.5, 20 , 6.0),
|
||||
( 400.0, 50 , 7.0),
|
||||
]
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ def scan_gen():
|
||||
for step in STEPS:
|
||||
yield step
|
||||
|
||||
POSITIONERS = [energy, pass_energy]
|
||||
POSITIONERS = [energy, pass_energy, Scienta.getChild("Scienta step time")]
|
||||
|
||||
try:
|
||||
vscan( POSITIONERS,
|
||||
|
||||
Reference in New Issue
Block a user