From 3dca9c3af21f943314d5e565b7addbf048c86906 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 20 Aug 2019 11:02:29 +0200 Subject: [PATCH] Script execution --- script/test/MonitByPos.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/test/MonitByPos.py b/script/test/MonitByPos.py index 88a27f1..8d3dd09 100644 --- a/script/test/MonitByPos.py +++ b/script/test/MonitByPos.py @@ -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