Closedown
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user