Files
x04sa-es3/script/test/MonitByPos.py
gac-x04sa 3f84d55ab0 Startup
2019-08-20 09:55:30 +02:00

8 lines
123 B
Python

start = time.time()
delta.config.monitorByPosition=True
delta.moveRel(-0.1)
delta.moveRel(-0.1)
print time.time()-start