diff --git a/script/motor-slide.py b/script/motor-slide.py index 597822e..61fb44b 100644 --- a/script/motor-slide.py +++ b/script/motor-slide.py @@ -54,3 +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 558e91a..063eea2 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 - +args[1] = 1 #Pre-actions caput('PO2DV-NCS-VHQ1:Set-RampA', '10') sleep(0.1)