Class AdFem

java.lang.Object
gda.factory.FindableBase
uk.ac.gda.devices.excalibur.impl.AdFem
All Implemented Interfaces:
Findable, org.springframework.beans.factory.InitializingBean, IAdFem

public class AdFem extends FindableBase implements IAdFem, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • AdFem

      public AdFem()
  • Method Details

    • getCalibration

      public short[] getCalibration() throws Exception
      Specified by:
      getCalibration in interface IAdFem
      Throws:
      Exception
    • setCalibration

      public void setCalibration(short[] calibration) throws Exception
      Specified by:
      setCalibration in interface IAdFem
      Throws:
      Exception
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getBasePVName

      public String getBasePVName()
      Returns:
      Returns the basePVName.
    • setBasePVName

      public void setBasePVName(String basePVName)
      Parameters:
      basePVName - The basePVName to set.
    • getCalibrationChannel

      public gov.aps.jca.Channel getCalibrationChannel() throws Exception
      Throws:
      Exception