From 4117d4d2a0b4579c2cd9e08458c21c3cacb920ab Mon Sep 17 00:00:00 2001 From: sfop Date: Tue, 10 Jan 2017 17:05:05 +0100 Subject: [PATCH] Closedown --- script/RFscan/phase_scan_caqtdm_dv2.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/script/RFscan/phase_scan_caqtdm_dv2.py b/script/RFscan/phase_scan_caqtdm_dv2.py index bba9408..0bd29e0 100644 --- a/script/RFscan/phase_scan_caqtdm_dv2.py +++ b/script/RFscan/phase_scan_caqtdm_dv2.py @@ -3,12 +3,10 @@ import ch.psi.pshell.epics.ControlledVariable as ControlledVariable latency = 0.05 if get_exec_pars().source == CommandSource.ui: - prefix = "SINSB04" + prefix = "SINSB04-RSYS" else: - prefix = args[0] + prefix = args[0] + "-RSYS" -prefix += "-RSYS" -print "Prefix = ", prefix start = caget(prefix + ":SET-SCAN-START") stop = caget(prefix + ":SET-SCAN-STOP")