Bases: HVACAbstractComponent
Gets a dictionary of node data. layer_number is required for single zone systems, not provide one will produce an error. For single zone systems this arg will be ignored. Possible dictionary keys are:
Key |
Value |
|---|---|
multiplex_inner_supply_node |
(list) Multiplex inner supply node list |
multiplex_outer_supply_node |
(list) Multiplex outer supply node list |
multiplex_return_node |
(list) Multiplex return node list |
ptu_inlet_node |
(int) PTU inlet node |
return_node |
(int) Return node |
Gets the outdoor airflow of maximum cooling primary supply air percentage
Gets the outdoor airflow of maximum heating primary supply air percentage
Gets a dictionary of peak data. Possible dictionary keys are:
Key |
Value |
|---|---|
room_peak_device_type_cooling |
(int) Room peak device cooling |
room_peak_device_type_heating |
(int) Room peak device heating |
room_peak_devices_cooling |
(list) List of room peak device cooling values |
room_peak_devices_heating |
(list) List of room peak device heating values |
system_peak_device_type_cooling |
(int) System peak device cooling |
system_peak_device_type_heating |
(int) System peak device heating |
system_peak_devices_cooling |
(list) List of peak devices cooling |
system_peak_devices_heating |
(list) List of peak devices heating |
zone_peak_device_type_cooling |
(int) Zone peak device cooling |
zone_peak_device_type_heating |
(int) Zone peak device heating |
zone_peak_devices_cooling |
(list) List of zone peak devices cooling values |
zone_peak_devices_heating |
(list) List of zone peak devices heating values |
Gets the ID of the assigned space for the specified multiplex layer. If this ID is an HVAC zone, it will instead return the master room ID
Gets the room occupancy for each room associated with prototype system. Room ID used as key for dict
Gets the assigned principle HVAC Zone or Room component for the prototype system if Zones or rooms is used.
Gets the ID of the assigned space for the specified multiplex layer. This is the ID of the assigned HVAC zone if the prototype system uses HVAC zones, or the room ID if the prototype system uses rooms
Gets a list of IDs for the assigned space for the specified multiplex layer. This is the IDs of the zoned rooms if the prototype system uses HVAC zones, or a single room ID if the prototype system uses rooms.
Global Unique ID (GUID) for the prototype system. This ID is tied prototype systems and consistent across all models