From 3c45ce22e8fec86c8739448c79b96a5dc5e5de4d Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Wed, 26 Sep 2018 11:06:54 +0200 Subject: [PATCH] Script execution --- script/test/TestScan.py | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/script/test/TestScan.py b/script/test/TestScan.py index 1bbe2c8..262bc3a 100644 --- a/script/test/TestScan.py +++ b/script/test/TestScan.py @@ -1,3 +1,10 @@ -for lv in frange(4, 15.0, 1.0): - print "---" - print lv, hkl_to_angles(0.0, 0.0, lv) [0] \ No newline at end of file + +#delta.move(20.0) +#alpha.move(10.0) + + +#for lv in frange(0.1, 15.0,0.1): +# print lv, hkl_to_angles(0.0, 0.0, lv) [0] + + +lscan(l, current, 1.0, 15.0, 1.0) \ No newline at end of file