Buildings.Controls.OBC.ASHRAE.G36_PR1.Types.ZoneStates
AHU Zone States
Information
This package provides constants that indicate the AHU zone state.
Package Content
| Name | Description |
|---|---|
| cooling=3 | Output of the space cooling control loop is nonzero |
| deadband=2 | When not in either heating or cooling |
| heating=1 | Output of the space heating control loop is nonzero |
Types and constants
constant Integer cooling = 3 "Output of the space cooling control loop is nonzero";
constant Integer deadband = 2 "When not in either heating or cooling";
constant Integer heating = 1 "Output of the space heating control loop is nonzero";