Closedown
This commit is contained in:
+6
-2
@@ -60,9 +60,13 @@ def lup():
|
||||
delta.moveAsync(0.0)
|
||||
delta.waitReady(60000)
|
||||
gamma.waitReady(60000)
|
||||
|
||||
|
||||
|
||||
|
||||
def kickstart():
|
||||
alpha.kickstart()
|
||||
delta.kickstart()
|
||||
gamma.kickstart()
|
||||
omegaV.kickstart()
|
||||
|
||||
###################################################################################################
|
||||
# Pseudo-devices
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
start = time.time()
|
||||
|
||||
delta.config.monitorByPosition=False
|
||||
delta.config.estbilizationDelay = 500
|
||||
delta.config.monitorByPosition=True
|
||||
delta.config.estbilizationDelay = 0
|
||||
delta.config.resolution = 0.01
|
||||
delta.moveRel(-0.1)
|
||||
delta.moveRel(0.1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user