Script execution

This commit is contained in:
gac-x04sa
2019-08-20 11:02:29 +02:00
parent 38f4f091da
commit 3dca9c3af2

View File

@@ -1,13 +1,13 @@
start = time.time()
delta.config.monitorByPosition=True
delta.config.monitorByPosition=False
delta.config.estbilizationDelay = 0
delta.config.resolution = 0.01
delta.config.resolution = 5.0E-4
#delta.moveRel(-0.1)
#delta.moveRel(0.1)
lscan(delta,current,-1.0, 1.0, 50, relative = True)
lscan(delta,current,-0.5, 0.5, 20, relative = True)
print time.time()-start