typeControlEconomizer
Enumeration to configure the economizer enable and disable control
Information
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. |
Literals
| Name | 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 |
Revisions
-
March 22, 2022, by Jianjun Hu:
First implementation.