6.1.2.1 Methods Defined Here
get() -> dictionary
Returns a dictionary containing the data for an air exchange. The following fields are returned:
adjacent_condition_string
|
(string)
|
adjacent_condition_val
|
(int) see below for values
|
max_flow
|
(float)
|
name
|
(string)
|
offset_temperature
|
(float)
|
temperature_profile
|
(string) profile ID
|
type_str
|
(string) 'Infiltration', 'Natural Ventilation', or 'Auxiliary ventilation'
|
type_val
|
(int) see below for values
|
units_str
|
(string) ‘ach’, ‘l/s’, 'l/s/m²', 'l/s/person', 'l/(s.m² fac)'
|
units_val
|
(int) see below for values
|
variation_profile
|
(string) profile ID
|
Valid values for adjacent_condition_val:
1 = External air
2 = External air + Offset Temperature
3 = From adjacent room
5 = Temperature from profile
Valid values for type_val:
0 = Infiltration
1 = Natural Ventilation
2 = Auxiliary Ventilation
Valid values for units_val:
0 = ach
1 = l/s
2 = l/s/m²
3 = l/s/person
4 = l/(s.m² façade)