Buildings.Controls.OBC.ASHRAE.G36.Types.FreezeProtectionStages
Package with constants that indicate the freeze protection stages
Information
This package provides constants that indicate the freeze protection stages.
Package Content
| Name | Description |
|---|---|
| stage0=0 | Freeze protection is deactivated |
| stage1=1 | First stage of freeze protection |
| stage2=2 | Second stage of freeze protection |
| stage3=3 | Third stage of freeze protection |
Types and constants
constant Integer stage0 = 0 "Freeze protection is deactivated";
constant Integer stage1 = 1 "First stage of freeze protection";
constant Integer stage2 = 2 "Second stage of freeze protection";
constant Integer stage3 = 3 "Third stage of freeze protection";