Observing Mode

class ska_control_model.ObsMode(value)

Python enumerated type for observing mode.

CALIBRATION = 7

Calibration observation is active.

DYNAMIC_SPECTRUM = 4

Dynamic spectrum observation is active.

IDLE = 0

The observing mode shall be IDLE when the observing state is IDLE (see ObsState). Otherwise, it will correctly report the appropriate value.

More than one observing mode can be active in the same subarray at the same time.

IMAGING = 1

Imaging observation is active.

Pulsar search observation is active.

PULSAR_TIMING = 3

Pulsar timing observation is active.

Transient search observation is active.

VLBI = 6

Very long baseline interferometry observation is active.

__new__(value)