dragonfly_trace.loads module¶
Methods to write room loads to matrices for Trane TRACE tables.
- dragonfly_trace.loads.miscellaneous_loads_trace700_matrix(rooms, si_units=False)[source]¶
Get a matrix for the “People & Lighting” table of the TRACE 700 Component Tree.
- Parameters:
rooms – A list of dragonfly Room2Ds and honeybee Rooms for which the TRACE 700 “People & Lighting” matrix will be returned.
si_units – Boolean to note whether the units of the values in the resulting matrix are in SI (True) instead of IP (False). (Default: False).
- Returns:
A list of list where each sublist represents a row of the People & Lighting table of the TRACE 700 Component Tree.
- dragonfly_trace.loads.people_and_lights_trace700_matrix(rooms, si_units=False)[source]¶
Get a matrix for the “People & Lighting” table of the TRACE 700 Component Tree.
- Parameters:
rooms – A list of dragonfly Room2Ds and honeybee Rooms for which the TRACE 700 “People & Lighting” matrix will be returned.
si_units – Boolean to note whether the units of the values in the resulting matrix are in SI (True) instead of IP (False). (Default: False).
- Returns:
A list of list where each sublist represents a row of the People & Lighting table of the TRACE 700 Component Tree.