Closedown
This commit is contained in:
@@ -44,9 +44,8 @@ for (START_FIELD, END_FIELD, RAMP_RATE) in RANGES:
|
||||
if abs(field.readback.read() - START_FIELD) > FIELD_PRECISION:
|
||||
field.write(START_FIELD)
|
||||
|
||||
|
||||
field_done.waitValue(1) #ramp_done.wait_for_value(1.0)
|
||||
pol_done.waitValue("DONE")
|
||||
wait_device(field_done, 1) #ramp_done.wait_for_value(1.0)
|
||||
wait_device(pol_done, "DONE")
|
||||
|
||||
open(2.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user