Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.94 KB

WSHPwithDOAS.md

File metadata and controls

19 lines (14 loc) · 1.94 KB

HoneybeeSchema.Model.WSHPwithDOAS

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]
SensibleHeatRecovery AnyOfAutosizedouble A number between 0 and 1 for the effectiveness of sensible heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage. [optional]
LatentHeatRecovery AnyOfAutosizedouble A number between 0 and 1 for the effectiveness of latent heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage. [optional]
Type string [optional] [readonly] [default to "WSHPwithDOAS"]
EquipmentType WSHPwithDOASEquipmentType Text for the specific type of system equipment from the WSHPwithDOASEquipmentType enumeration. [optional]

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