Class Sextupole

    • Field Detail

      • ATTR_K2

        public static final java.lang.String ATTR_K2
        the normal sextupole coefficent.
        See Also:
        Constant Field Values
      • ATTR_K2S

        public static final java.lang.String ATTR_K2S
        the skew sextupole coefficient.
        See Also:
        Constant Field Values
      • ATTR_TILT

        public static final java.lang.String ATTR_TILT
        the tilt of the sextupole.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Sextupole

        public Sextupole​(MadxElementType madxElementType,
                         java.lang.String name)
        the constructor, which needs the madxElementType and the name of the element
        Parameters:
        madxElementType - the type which represents this specific element in MadX
        name - the name of the Sextupole
    • Method Detail

      • getK2

        public double getK2()
      • setK2

        public void setK2​(double k2)
      • getK2s

        public double getK2s()
      • setK2s

        public void setK2s​(double k2s)
      • setTilt

        public void setTilt​(double tilt)
      • getTilt

        public double getTilt()