LinacNode#
- class orbit.py_linac.lattice.LinacNode(name='none')[source]#
Bases:
orbit.py_linac.lattice.LinacAccNodes.BaseLinacNodeThe abstract class of the linac accelerator elements hierarchy that can be tilted.
Methods Summary
Returns the Tilt Node instance before this node
Returns the Tilt Node instance after this node
Returns the tilt angle for the tilt operation.
setTiltAngle([angle])Sets the tilt angle for the tilt operation.
Methods Documentation