14 lines
246 B
Python
14 lines
246 B
Python
start = time.time()
|
|
|
|
delta.config.monitorByPosition=True
|
|
delta.config.estbilizationDelay = 0
|
|
delta.config.resolution = 0.01
|
|
|
|
#delta.moveRel(-0.1)
|
|
#delta.moveRel(0.1)
|
|
|
|
lscan(delta,current,-1.0, 1.0, 50, relative = True)
|
|
|
|
|
|
print time.time()-start
|