Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.41 KB

EquipmentBase.md

File metadata and controls

19 lines (14 loc) · 1.41 KB

DragonflySchema.Model.EquipmentBase

Properties

Name Type Description Notes
UserData Object Optional dictionary of user data associated with the object.All keys and values of this dictionary should be of a standard data type to ensure correct serialization of the object (eg. str, float, int, list). [optional]
WattsPerArea double Equipment level per floor area as [W/m2].
Schedule string Identifier of the schedule for the use of equipment over the course of the year. The type of this schedule should be Fractional and the fractional values will get multiplied by the watts_per_area to yield a complete equipment profile.
RadiantFraction double Number for the amount of long-wave radiation heat given off by equipment. Default value is 0. [optional] [default to 0D]
LatentFraction double Number for the amount of latent heat given off by equipment. Default value is 0. [optional] [default to 0D]
LostFraction double Number for the amount of “lost” heat being given off by equipment. The default value is 0. [optional] [default to 0D]
Type string [optional] [readonly] [default to "_EquipmentBase"]

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