コード例 #1
0
 public double[] getImage() throws Exception {
   return EPICS_CONTROLLER.cagetDoubleArray(getChannel(IMAGEDATA));
 }
コード例 #2
0
 public double[] getExtIO() throws Exception {
   return EPICS_CONTROLLER.cagetDoubleArray(getChannel(EXTIODATA));
 }
コード例 #3
0
 public double[] getSpectrum() throws Exception {
   return EPICS_CONTROLLER.cagetDoubleArray(getChannel(SPECTRUMDATA));
 }