Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.27 KB

HeatCoolBase.md

File metadata and controls

16 lines (11 loc) · 1.27 KB

HoneybeeSchema.Model.HeatCoolBase

Properties

Name Type Description Notes
Identifier string Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \n \t).
DisplayName string Display name of the object with no character restrictions. [optional]
Vintage Vintages Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards [optional]
Type string [optional] [readonly] [default to "_HeatCoolBase"]

[Back to Model list] [Back to API list] [Back to README]