From 7e33bc8ea5a27fcc27ff046d19f96e011132594b Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Mon, 15 Oct 2018 15:08:54 +0200 Subject: [PATCH] Script execution --- script/users/Granas/ManipulatorXYScan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/users/Granas/ManipulatorXYScan.py b/script/users/Granas/ManipulatorXYScan.py index f412a4e4..c6558f7b 100644 --- a/script/users/Granas/ManipulatorXYScan.py +++ b/script/users/Granas/ManipulatorXYScan.py @@ -12,9 +12,9 @@ set ANGLE = +60.0 to move the sample along the beam. import math # adjust the following parameters -DISTANCE = 2.0 -#ANGLE = -30.0 # move sample across beam -ANGLE = +60.0 # move sample along beam +DISTANCE = 9.0 +ANGLE = -30.0 # move sample across beam +#ANGLE = +60.0 # move sample along beam STEPS = 10 LATENCY = 0.0 ENDSCAN = False