Health Policy
- class ska_csp_lmc_common.supervision.health.health_policy.HealthDecision(immediate: bool = False)
Bases:
objectDecision output for health supervision timing.
- class ska_csp_lmc_common.supervision.health.health_policy.HealthEvaluationPolicy
Bases:
objectDecide whether an incoming event should force immediate evaluation.
- immediate_for_sample(sample: ComponentSnapshot) bool
Return whether one component update should bypass debounce.
- Parameters:
sample – Health sample for the updated component.
- Returns:
True when the update should trigger immediate evaluation.