コード例 #1
0
 public String getYUnits() throws Exception {
   return EPICS_CONTROLLER.cagetString(getChannel(YUNITS_RBV));
 }
コード例 #2
0
 public String getElement() throws Exception {
   return EPICS_CONTROLLER.cagetString(getChannel(ELEMENTSET_RBV));
 }
コード例 #3
0
 public String getDetectorMode() throws Exception {
   return EPICS_CONTROLLER.cagetString(getChannel(DETECTORMODE_RBV));
 }
コード例 #4
0
 public String getEnergyMode() throws Exception {
   return EPICS_CONTROLLER.cagetString(getChannel(ENERGYMODE_RBV));
 }
コード例 #5
0
 public String getAcquisitionMode() throws Exception {
   return EPICS_CONTROLLER.cagetString(getChannel(ACQMODE_RBV));
 }
コード例 #6
0
 public String getLensMode() throws Exception {
   return EPICS_CONTROLLER.cagetString(getChannel(LENSMODE_RBV));
 }