get_thermal_comfort_room_categories_data() -> list
Returns a list of dictionaries for each space.
The dictionary contains the following entries:
set_thermal_comfort_room_categories_data(data)
Set thermal comfort room categories data from a list of dictionaries.
The number of entries in the list must match the number of spaces.
The dictionary must contain the following entries:
get_unmet_load_hour_parameters(prm_mode) -> dictionary
Get unmet load hour parameters from the provided prm_mode enum.
Returns a dictionary containing 'cooling_tolerance' and 'heating_tolerance'.
set_unmet_load_hour_parameters(data, prm_mode)
Set unmet load hour parameters from the provided prm_mode enum and dictionary of data.
The dictionary must contain 'cooling_tolerance' and 'heating_tolerance'.
get_site_permit_software ( prm_mode ) -> Dictionary
Get a dictionary of site, permit and software data from PRM project details.
The dictionary contains the following entries:
|
title
|
|
address_1
|
|
address_2
|
|
city
|
|
state
|
|
zip_code
|
|
permit_no
|
|
permit_date
|
|
program_1
|
|
program_2
|
get_owner_agent ( prm_mode ) -> Dictionary
Get a dictionary of owner and agent data from PRM project details.
The dictionary contains the following entries:
|
first_name
|
|
last_name
|
|
company
|
|
address_1
|
|
address_2
|
|
city
|
|
state
|
|
zip_code
|
|
phone_number
|
|
email
|
get_designer_contractor ( prm_mode ) -> Dictionary
Get a dictionary of designer and contractor data from PRM project details.
The dictionary contains the following entries:
|
first_name
|
|
last_name
|
|
company
|
|
address_1
|
|
address_2
|
|
city
|
|
state
|
|
zip_code
|
|
phone_number
|
|
email
|
set_owner_agent (data, prm_mode )
Set owner and agent entries for PRM project details from a dictionary.
The dictionary can contain the following entries:
|
first_name
|
|
last_name
|
|
company
|
|
address_1
|
|
address_2
|
|
city
|
|
state
|
|
zip_code
|
|
phone_number
|
|
email
|
set_site_permit_software (data, prm_mode )
Set site, permit and software entries for PRM project details from a dictionary.
The dictionary can contain the following entries:
|
title
|
|
address_1
|
|
address_2
|
|
city
|
|
state
|
|
zip_code
|
|
permit_no
|
|
permit_date
|
|
program_1
|
|
program_2
|
set_designer_contractor (data, prm_mode )
Set designer and contractor entries for PRM project details from a dictionary
The dictionary can contain the following entries:
|
first_name
|
|
last_name
|
|
company
|
|
address_1
|
|
address_2
|
|
city
|
|
state
|
|
zip_code
|
|
phone_number
|
|
email
|