Closedown
This commit is contained in:
@@ -37,10 +37,10 @@ if MODE is not None:
|
||||
if MODE == 'LINEAR':
|
||||
if ALPHA is not None:
|
||||
pol_angle.write(ALPHA) #TODO: CAPUT
|
||||
#pol_done.waitValue("DONE") #TODO: NEEDED?
|
||||
wait_device(pol_done, "DONE") #TODO: NEEDED?
|
||||
if OFFSET is not None:
|
||||
pol_offset.write(OFFSET) #TODO: CAPUT
|
||||
#pol_done.waitValue("DONE")
|
||||
wait_device(pol_done, "DONE")
|
||||
|
||||
caput('E1', E1)
|
||||
caput('E2', E2)
|
||||
|
||||
Reference in New Issue
Block a user