Class Quadrupole

    • Field Detail

      • ATTR_K1

        public static final java.lang.String ATTR_K1
        the normal quadrupole coefficent.
        See Also:
        Constant Field Values
      • ATTR_K1S

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

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

      • Quadrupole

        public Quadrupole​(MadxElementType madxElementType,
                          java.lang.String name)
    • Method Detail

      • getK1

        public double getK1()
      • setK1

        public void setK1​(double k1)
      • getK1s

        public double getK1s()
      • setK1s

        public void setK1s​(double k1s)
      • setTilt

        public void setTilt​(double tilt)
      • getTilt

        public double getTilt()