TiltTEAPOT#

class orbit.teapot.TiltTEAPOT(name='tilt no name', angle=0.0)[source]#

Bases: orbit.teapot.teapot.BaseTEAPOT

The class to do tilt at the entrance of an TEAPOT element.

Methods Summary

getTiltAngle()

Returns the tilt angle for the tilt operation.

setTiltAngle([angle])

Sets the tilt angle for the tilt operation.

track(paramsDict)

It is tracking the dictionary with parameters through the titlt node.

Methods Documentation

Parameters
  • name (str) –

  • angle (float) –

Return type

None

getTiltAngle()[source]#

Returns the tilt angle for the tilt operation.

Return type

float

setTiltAngle(angle=0.0)[source]#

Sets the tilt angle for the tilt operation.

Return type

None

Parameters

angle (float) –

track(paramsDict)[source]#

It is tracking the dictionary with parameters through the titlt node.

Return type

None

Parameters

paramsDict (dict) –