Package eu.ess.bled.devices.lattice
Class Bend
java.lang.Object
eu.ess.bled.Subsystem
eu.ess.bled.devices.lattice.BeamlineElement
eu.ess.bled.devices.lattice.Magnet
eu.ess.bled.devices.lattice.Bend
- All Implemented Interfaces:
BLEDEntity,Serializable
Bend is an extension of the Magnet, which describes a
single bending magnet in the accelerator.- Author:
- Jaka Bobnar
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumOrientationdescribes different magnet orientations.Nested classes/interfaces inherited from class eu.ess.bled.devices.lattice.BeamlineElement
BeamlineElement.ApertureType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGap()voidsetBendAngle(Double bendAngle) voidsetCurvatureRadius(Double curvatureRadius) voidsetEntranceAngle(Double entranceAngle) voidsetEntranceCurvature(Double entranceCurvature) voidsetEntranceName(String entranceName) voidsetExitAngle(Double exitAngle) voidsetExitCurvature(Double exitCurvature) voidsetExitName(String exitName) voidvoidsetOrientation(Bend.Orientation orientation) Methods inherited from class eu.ess.bled.devices.lattice.Magnet
getPowerSupply, getSkewAngle, setPowerSupply, setSkewAngleMethods inherited from class eu.ess.bled.devices.lattice.BeamlineElement
getApertureType, getApertureX, getApertureY, getCorrectionElement, getLength, getOpticalLength, getPosition, getProperties, setApertureType, setApertureX, setApertureY, setCorrectionElement, setLength, setOpticalLength, setPosition, setPropertiesMethods inherited from class eu.ess.bled.Subsystem
getDescription, getId, getInstanceName, getName, getParentSubsystem, getPreviousSubsystem, getSubsystemType, getValuesAsString, isActive, isVirtual, setActive, setDescription, setInstanceName, setName, setParentSubsystem, setPreviousSubsystem, setSubsystemType, setVirtual, toString
-
Constructor Details
-
Bend
public Bend()
-
-
Method Details
-
getBendAngle
-
setBendAngle
-
getEntranceAngle
-
setEntranceAngle
-
getExitAngle
-
setExitAngle
-
getEntranceCurvature
-
setEntranceCurvature
-
getExitCurvature
-
setExitCurvature
-
getEntranceName
-
setEntranceName
-
getExitName
-
setExitName
-
getGap
-
setGap
-
getCurvatureRadius
-
setCurvatureRadius
-
getOrientation
-
setOrientation
-