From 7fd0a9bbe70f157213849ed11cc717ae72ac96a2 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 2 Jun 2015 10:05:07 +0200 Subject: [PATCH] Closedown --- script/motor-slide.py | 2 +- script/power-supply.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/motor-slide.py b/script/motor-slide.py index 61fb44b..e6f0a53 100644 --- a/script/motor-slide.py +++ b/script/motor-slide.py @@ -54,4 +54,4 @@ scan.end() #Post-actions caput('PO2DV-NCS-LS:MOTOR.RDBD', '1') -args[1] = 1 + diff --git a/script/power-supply.py b/script/power-supply.py index 70a8dc1..1b6a007 100644 --- a/script/power-supply.py +++ b/script/power-supply.py @@ -1,6 +1,6 @@ #Script imported from: PO2DV-NCS-HW_ps.xml from mathutils import estimate_peak_indexes, fit_gaussians, create_fit_point_list -a = args[1] +a = int(args[1]) #Pre-actions caput('PO2DV-NCS-VHQ1:Set-RampA', '10') sleep(0.1)