From 329ca31e90f225935b9e3ff70a121f2d62d80043 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Fri, 27 Jan 2017 16:26:55 +0100 Subject: [PATCH] Script execution --- script/RFscan/phase_scan_caqtdm_sim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/RFscan/phase_scan_caqtdm_sim.py b/script/RFscan/phase_scan_caqtdm_sim.py index d48c18b..90def98 100644 --- a/script/RFscan/phase_scan_caqtdm_sim.py +++ b/script/RFscan/phase_scan_caqtdm_sim.py @@ -2,7 +2,7 @@ import ch.psi.pshell.epics.ControlledVariable as ControlledVariable if get_exec_pars().source == CommandSource.ui: station = "SINSB04" - bpm_ch = "SINBC01-DBPM140" + bpm_ch = "SINBC02-DBPM140" else: station = args[0] bpm_ch = args[1]