From d5520952327d16a1329cbf03f1e57d3b204e5cb0 Mon Sep 17 00:00:00 2001 From: sfop Date: Tue, 10 Jan 2017 16:34:01 +0100 Subject: [PATCH] Script execution --- script/RFscan/phase_scan_caqtdm_dv2.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/script/RFscan/phase_scan_caqtdm_dv2.py b/script/RFscan/phase_scan_caqtdm_dv2.py index e83b32b..447b371 100644 --- a/script/RFscan/phase_scan_caqtdm_dv2.py +++ b/script/RFscan/phase_scan_caqtdm_dv2.py @@ -7,12 +7,6 @@ if get_exec_pars().source == CommandSource.ui: else: prefix = args[0] - -print "Prefix = ", prefix -print "Start = ", start -print "Stop = ", stop -print "Step = ", step - start = caget(prefix + ":SET-SCAN-START") stop = caget(prefix + ":SET-SCAN-STOP") step = caget(prefix + ":SET-SCAN-STEP")