From 41b218d1db977c4015924023e0eab6f46e43cb84 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Tue, 14 Feb 2017 13:41:02 +0100 Subject: [PATCH] Closedown --- plugins/ShottkyScan.java | 1 + script/RFscan/phase_scan_caqtdm.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/ShottkyScan.java b/plugins/ShottkyScan.java index 5e5366a..7d4e38a 100644 --- a/plugins/ShottkyScan.java +++ b/plugins/ShottkyScan.java @@ -341,6 +341,7 @@ public class ShottkyScan extends Panel { private void buttonSetActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonSetActionPerformed try { //caput("SINEG01-RSYS:CALC-VSUM-PHASE-OFFSET", spinnerPhaseRef.value) + //caput("SINEG01-RSYS:CMD-LOAD-CALIB-BEAM", 1) } catch (Exception ex) { showException(ex); } diff --git a/script/RFscan/phase_scan_caqtdm.py b/script/RFscan/phase_scan_caqtdm.py index b32b5e2..d1bd6c8 100644 --- a/script/RFscan/phase_scan_caqtdm.py +++ b/script/RFscan/phase_scan_caqtdm.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]