CscErrorCode

class lsst.ts.MTMount.CscErrorCode

Bases: enum.IntEnum

An enumeration.

Attributes Summary

ACTUATOR_DISABLE_ERROR
ACTUATOR_ENABLE_ERROR
CONNECTION_LOST
COULD_NOT_CONNECT
INTERNAL_ERROR
MOCK_CONTROLLER_ERROR

Attributes Documentation

ACTUATOR_DISABLE_ERROR = 4
ACTUATOR_ENABLE_ERROR = 3
CONNECTION_LOST = 2
COULD_NOT_CONNECT = 1
INTERNAL_ERROR = 99
MOCK_CONTROLLER_ERROR = 98