Package xal.smf.attr

Class BPMBucket

All Implemented Interfaces:
Serializable, DataListener
Direct Known Subclasses:
NPMBucket

public class BPMBucket extends AttributeBucket
An attribute set for the BPM
Version:
1.1
Author:
John Galambos,
See Also:
  • Field Details

  • Constructor Details

    • BPMBucket

      public BPMBucket()
      Override virtual to provide type signature
  • Method Details

    • getType

      public String getType()
      Description copied from class: AttributeBucket
      Derived class must furnish a unique type id
      Specified by:
      getType in class AttributeBucket
    • getAttrNames

      public String[] getAttrNames()
      Overrides:
      getAttrNames in class AttributeBucket
    • getFrequency

      public double getFrequency()
      Returns the displacement offsets
    • getLength

      public double getLength()
    • getOrientation

      public double getOrientation()
    • setFrequency

      public void setFrequency(double dblVal)
    • setLength

      public void setLength(double dblVal)
    • setOrientation

      public void setOrientation(int intVal)