From 746952c63c728693ccc99888a6a6db5a510a9914 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Wed, 17 Jun 2015 17:09:30 +0200 Subject: [PATCH] Script execution --- .../Collimator Tests/Motor Test 2/Motor Test 2.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py b/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py index cfdc891..4a93a2f 100644 --- a/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py +++ b/script/tests/tests/Collimator Tests/Motor Test 2/Motor Test 2.py @@ -53,17 +53,8 @@ try: idLimitH = 0 #= Channel(DEVICE+':MOTOR.HLM', type = 'd') #low position limit idLimitL = 0 #= Channel(DEVICE+':MOTOR.LLM', type = 'd') - ######################## end of A #################### -except: - print "Unexpected error:", sys.exc_info()[0] - ret = 'Unable to create channel - ' + traceback.format_exc() - success = False - raise - sys.exit() -#remove limits -idLimitH.put(999999.9, timeout=None) -idLimitL.put(-999999.9, timeout=None) + ######################## end of A #################### #Dimension 1 mid = 40