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")