Simulation Mode

class ska_control_model.SimulationMode(value)

Python enumerated type for simulation mode.

FALSE = 0

The control system is connected to a real entity.

TRUE = 1

The control system is connected to a simulator.

It may be connected to an entirely separate simulator, or the real entity may be itself in a simulation mode.

__new__(value)