dragonfly_trace.airflows module¶
Methods to write room airflows to matrices for Trane TRACE tables.
- dragonfly_trace.airflows.airflows_trace700_matrix(rooms, si_units=False)[source]¶
Get a matrix for the “Airflows” table of the TRACE 700 Component Tree.
- Parameters:
rooms – A list of dragonfly Room2Ds and honeybee Rooms for which the TRACE 700 “Airflows” 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 Airflows table of the TRACE 700 Component Tree.