Closedown

This commit is contained in:
x07maop
2016-03-30 11:48:43 +02:00
parent 204bf32d80
commit 8e092e66da
4 changed files with 10 additions and 12 deletions
+2 -2
View File
@@ -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)