Class Octupole
- java.lang.Object
-
- cern.accsoft.steering.jmad.domain.elem.impl.AbstractElement
-
- cern.accsoft.steering.jmad.domain.elem.impl.Octupole
-
- All Implemented Interfaces:
Element
public class Octupole extends AbstractElement
Represents in JMad an element of type OCTUPOLE in MadX.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATTR_K3
the normal octupole coefficent.static java.lang.String
ATTR_K3S
the skew octupole coefficient.static java.lang.String
ATTR_TILT
the tilt of the sextupole.-
Fields inherited from class cern.accsoft.steering.jmad.domain.elem.impl.AbstractElement
ATTR_LENGTH
-
Fields inherited from interface cern.accsoft.steering.jmad.domain.elem.Element
ATTR_SEPARATOR
-
-
Constructor Summary
Constructors Constructor Description Octupole(MadxElementType madxElementType, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getK3()
double
getK3s()
double
getTilt()
void
setK3(double k3)
void
setK3s(double k3s)
void
setTilt(double tilt)
-
Methods inherited from class cern.accsoft.steering.jmad.domain.elem.impl.AbstractElement
addAttribute, addListener, getAttribute, getAttributeNames, getAttributesReader, getLength, getMadxElementType, getName, getPosition, removeListener, setAttribute, setAttributesInitialized, setAttributesReader, setLength, setListenersEnabled, setPosition, setPosition, toString
-
-
-
-
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 MadXname
- the name of the element
-
-