From 44d5e38a4d3b5af6ad454e9c2c19a9da2c0b0a6b Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Wed, 26 Sep 2018 12:09:32 +0200 Subject: [PATCH] Closedown --- script/local.py | 2 +- script/test/TestScan.py | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/script/local.py b/script/local.py index 61d052d..60e0c09 100644 --- a/script/local.py +++ b/script/local.py @@ -13,4 +13,4 @@ class MyInterlock1 (Interlock): return False return True -interlock1 = MyInterlock1() \ No newline at end of file +interlock1 = MyInterlock1() diff --git a/script/test/TestScan.py b/script/test/TestScan.py index d56a055..f9dfca7 100644 --- a/script/test/TestScan.py +++ b/script/test/TestScan.py @@ -1,6 +1,6 @@ -#gamma.move(20.0) -#alpha.move(10.0) +fourcv.move((10.0, 0.0, 20.0, 0.0)) + hkl_pos = hkl_group.take() @@ -13,4 +13,10 @@ for lv in frange(start,end,step): start_pos = hkl_to_angles(hkl_pos[0], hkl_pos[1], 1.0) [0] fourcv.move(start_pos) -lscan(l, current, start,end,step) \ No newline at end of file +lscan(l, current, start,end,step) + + + +#vector = [(3, 1, 1)] +#hklscan(vector, current, latency = 0.0, passes = 1) +