From 0a9d2af70b974787f8c34a242c883aef0f47ee50 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 2 Jun 2015 10:09:23 +0200 Subject: [PATCH] Script execution --- script/power-supply.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/script/power-supply.py b/script/power-supply.py index b18a254..b8e2d91 100644 --- a/script/power-supply.py +++ b/script/power-supply.py @@ -1,6 +1,3 @@ -#Script imported from: PO2DV-NCS-HW_ps.xml -from mathutils import estimate_peak_indexes, fit_gaussians, create_fit_point_list - #Pre-actions caput('PO2DV-NCS-VHQ1:Set-RampA', '10') sleep(0.1) @@ -64,4 +61,4 @@ ActualIA.close() scan.end() -return 1 \ No newline at end of file +sys.exit(1) \ No newline at end of file