Startup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#Mon Aug 19 15:18:08 CEST 2019
|
||||
#Tue Aug 20 09:55:24 CEST 2019
|
||||
count_time=1.0
|
||||
geometry=fourcv
|
||||
roi=173 88 285 136
|
||||
|
||||
7
script/test/MonitByPos.py
Normal file
7
script/test/MonitByPos.py
Normal file
@@ -0,0 +1,7 @@
|
||||
start = time.time()
|
||||
|
||||
delta.config.monitorByPosition=True
|
||||
delta.moveRel(-0.1)
|
||||
delta.moveRel(-0.1)
|
||||
|
||||
print time.time()-start
|
||||
Reference in New Issue
Block a user