×
Menu
Index

6.1.11.1 Methods Defined Here

get_thermal_comfort_room_categories_data() -> list
Returns a list of dictionaries for each space.
The dictionary contains the following entries:
 
activity
analyse
id
name
 
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:
 
activity
analyse
id
name
 
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', 'heating_tolerance' and 'override_hvac_throttling_ranges'.
 
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', 'heating_tolerance' and 'override_hvac_throttling_ranges'.
 
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:
 
address_1
address_2
city
permit_date
permit_no
state
title
zip_code
 
get_owner_agent(prm_mode) -> Dictionary
Get a dictionary of owner and agent data from PRM project details.
The dictionary contains the following entries:
 
address_1
address_2
city
company
email
first_name
last_name
phone_number
state
zip_code
 
get_designer_contractor(prm_mode) -> Dictionary
Get a dictionary of designer and contractor data from PRM project details.
The dictionary contains the following entries:
 
address_1
address_2
city
company
email
first_name
last_name
phone_number
state
zip_code
 
get_florida() -> Dictionary
Get a dictionary of Florida data
The dictionary contains the following entries:
 
description
jurisdiction
class
building_floor_area
num_stories
 
set_florida(data, prm_mode)
Set Florida data from a dictionary.
The dictionary can contain the following entries:
 
description
jurisdiction
class
building_floor_area
num_stories
 
get_florida_certifications() -> Dictionary
Get a dictionary of Florida certifications data
The dictionary contains the following entries:
 
architect
architect_reg
building_official
building_official_date
electrical_designer
electrical_designer_reg
lighting_designer
lighting_designer_reg
mechanical_designer
mechanical_designer_reg
owner_agent
owner_agent_date
plumbing_designer
plumbing_designer_reg
preparer
preparer_date
 
set_florida_certifications(data, prm_mode)
Set Florida certifications data from a dictionary.
The dictionary can contain the following entries:
 
architect
architect_reg
building_official
building_official_date
electrical_designer
electrical_designer_reg
lighting_designer
lighting_designer_reg
mechanical_designer
mechanical_designer_reg
owner_agent
owner_agent_date
plumbing_designer
plumbing_designer_reg
preparer
preparer_date
 
 
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:
 
address_1
address_2
city
company
email
first_name
last_name
phone_number
state
zip_code
 
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:
 
address_1
address_2
city
permit_date
permit_no
state
title
zip_code
 
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:
 
address_1
address_2
city
company
email
first_name
last_name
phone_number
state
zip_code