From 9461b272db70a2052354a0018c3a1485b997a5ed Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 15 Jun 2015 13:49:59 +0200 Subject: [PATCH] Script execution --- script/End-to-End.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/End-to-End.py b/script/End-to-End.py index 899fa8e..14f78c7 100644 --- a/script/End-to-End.py +++ b/script/End-to-End.py @@ -115,13 +115,11 @@ for setpoint1 in range(0, 6): setpoint2 = start print 'End H switch, changing direction to ' + str(direction) scan.append ([setpoint2], [readback2], [detector1, detector2, detector3, detector4, detector5, detector6, detector7, detector8, idDiff02, idDiff01]) - break if endL>0.0 : #invert direction and swap start with end of translation setpoint2 = end print 'End L switch, changing direction to ' + str(direction) scan.append ([setpoint2], [readback2], [detector1, detector2, detector3, detector4, detector5, detector6, detector7, detector8, idDiff02, idDiff01]) - break #set limits back idLimitH.put(145.0, timeout=None)