Class Octupole

    • Field Detail

      • ATTR_K3

        public static final java.lang.String ATTR_K3
        the normal octupole coefficent.
        See Also:
        Constant Field Values
      • ATTR_K3S

        public static final java.lang.String ATTR_K3S
        the skew octupole 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

      • Octupole

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

      • getK3

        public double getK3()
      • setK3

        public void setK3​(double k3)
      • getK3s

        public double getK3s()
      • setK3s

        public void setK3s​(double k3s)
      • setTilt

        public void setTilt​(double tilt)
      • getTilt

        public double getTilt()