Test Mode

class ska_control_model.TestMode(value)

Python enumerated type for test mode.

NONE = 0

Normal mode of operation. No test mode active.

TEST = 1

Test mode active.

The element’s behaviour and/or interface differs from the normal operating mode.

To be implemented only by devices that implement one or more test modes. The element documentation shall provide detailed description.

__new__(value)