Enumeration to define economizer divice type for enable and disable it. Possible values are:
Enumeration | Description |
---|---|
FixedDryBulb |
Fixed dry bulb. |
DifferentialDryBulb |
Differential dry bulb. |
FixedDryBulbWithDifferentialDryBulb |
Fixed dry bulb with differential dry bulb. |
FixedEnthalpyWithFixedDryBulb |
Fixed enthalpy with fixed dry bulb. |
DifferentialEnthalpyWithFixedDryBulb |
Differential enthalpy with fixed dry bulb. |
type ControlEconomizer = enumeration(FixedDryBulb "Fixed dry bulb", DifferentialDryBulb "Differential dry bulb", FixedDryBulbWithDifferentialDryBulb "Fixed dry bulb with differential dry bulb", FixedEnthalpyWithFixedDryBulb "Fixed enthalpy with fixed dry bulb", DifferentialEnthalpyWithFixedDryBulb "Differential enthalpy with fixed dry bulb");