From 38f4f091da8cc19a52c7226659377166aae8fe1e Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 20 Aug 2019 10:57:40 +0200 Subject: [PATCH] Script execution --- script/test/MonitByPos.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/script/test/MonitByPos.py b/script/test/MonitByPos.py index ee9a747..88a27f1 100644 --- a/script/test/MonitByPos.py +++ b/script/test/MonitByPos.py @@ -3,7 +3,11 @@ start = time.time() delta.config.monitorByPosition=True delta.config.estbilizationDelay = 0 delta.config.resolution = 0.01 -delta.moveRel(-0.1) -delta.moveRel(0.1) + +#delta.moveRel(-0.1) +#delta.moveRel(0.1) + +lscan(delta,current,-1.0, 1.0, 50, relative = True) + print time.time()-start