Status#

class lsst.ts.cbp.Status(panic, azimuth, elevation, mask, mask_rotation, focus)#

Bases: object

Hardware status bits reported by the CBP controller.

panic#

True when the controller reports a panic condition.

Type:

bool

azimuth#

Azimuth status bit from the controller.

Type:

bool

elevation#

Elevation status bit from the controller.

Type:

bool

mask#

Mask status bit from the controller.

Type:

bool

mask_rotation#

Mask rotation status bit from the controller.

Type:

bool

focus#

Focus status bit from the controller.

Type:

bool

Parameters:

Attributes Summary

Attributes Documentation

azimuth: bool = <dataclasses._MISSING_TYPE object>#
elevation: bool = <dataclasses._MISSING_TYPE object>#
focus: bool = <dataclasses._MISSING_TYPE object>#
mask: bool = <dataclasses._MISSING_TYPE object>#
mask_rotation: bool = <dataclasses._MISSING_TYPE object>#
panic: bool = <dataclasses._MISSING_TYPE object>#