ChillerThresholdType

class lsst.ts.atwhitelight.ChillerThresholdType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Type of threshold for setting warning and alarm thresholds.

Attributes Summary

HighAmbientTemperature

HighSupplyTemperature

LowAmbientTemperature

LowCoolantFlowRate

LowSupplyTemperature

Attributes Documentation

HighAmbientTemperature = 2
HighSupplyTemperature = 0
LowAmbientTemperature = 3
LowCoolantFlowRate = 4
LowSupplyTemperature = 1