Bases: object
Get a dictionary of designer and contractor data from PRM project details. The dictionary contains the following entries:
address_1
address_2
city
company
first_name
last_name
phone_number
state
zip_code
Get a dictionary of Florida data The dictionary contains the following entries:
description
jurisdiction
class
building_floor_area
num_stories
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
Get a dictionary of owner and agent data from PRM project details. The dictionary contains the following entries:
address_1
address_2
city
company
first_name
last_name
phone_number
state
zip_code
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
Returns a list of dictionaries for each space. The dictionary contains the following entries:
activity
analyse
id
name
Get unmet load hour parameters. Returns a dictionary containing
‘cooling_tolerance’, ‘heating_tolerance’ and ‘override_hvac_throttling_ranges’.
Set designer and contractor entries for PRM project details from a dictionary.
See iesve.PRM.get_designer_contractor for entries
Set Florida data from a dictionary. The dictionary can contain the following entries:
description
jurisdiction
class
building_floor_area
num_stories
Set Florida certifications data from a dictionary.
See iesve.PRM.get_florida_certifications for entries
Set owner and agent entries for PRM project details from a dictionary.
See iesve.PRM.get_owner_agent for entries
Set site, permit and software entries for PRM project details from a dictionary..
See iesve.PRM.get_site_permit_software for entries
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
Set unmet load hour parameters with the dictionary of data. The dictionary must contain:
‘cooling_tolerance’, ‘heating_tolerance’ and ‘override_hvac_throttling_ranges’.
Bases: IntEnum
Bases: IntEnum