Health State Model

class ska_pss_lmc.model.health_state_model.HealthStateModel(init_state, health_changed_callback, logger=None)

Bases: object

A simple health model the supports.

  • HealthState.OK – when the component is fully operative.

  • HealthState.UNKNOWN – when communication with the component is not

    established.

  • HealthState.FAILED – when the component has faulted