Package xal.smf.attr
Class RotationBucket
java.lang.Object
xal.smf.attr.AttributeBucket
xal.smf.attr.RotationBucket
- All Implemented Interfaces:
Serializable
,DataListener
An attribute set for rotation alignment attributes (pitch, yaw, roll). These
alignments are offsets in the local lattice coordinate system. pitch is the
rotation about x [mrad] yaw is the rotation about y [mrad] roll is the
rotation about z [mrad]
- Version:
- 1.1
- Author:
- John Galambos, Christopher K. Allen
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class xal.smf.attr.AttributeBucket
AttributeBucket.MissingAttributeException
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class xal.smf.attr.AttributeBucket
checkAttribute, dataLabel, getAttr, getAttrDescription, getAttrNames, parseAttrValue, registerAttribute, registerAttribute, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, setAttrValue, update, write
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
RotationBucket
public RotationBucket()
-
-
Method Details
-
getType
Override virtual to provide type signature- Specified by:
getType
in classAttributeBucket
-
getPitch
public double getPitch() -
getYaw
public double getYaw() -
getRoll
public double getRoll() -
setPitch
public void setPitch(double dblVal) -
setYaw
public void setYaw(double dblVal) -
setRoll
public void setRoll(double dblVal)
-