×
Menu
Index

6.1.40.2 Methods Defined Here

assign_construction_template_to_rooms(template, [roomID])
Assign a VEConstructionTemplate to the rooms, indicated by list of Room IDs (strings)
 
assign_thermal_template_to_rooms(template, [roomID])
Assign the VEThermalTemplate template to the rooms, indicated by list of Room IDs (strings or VEBody objects).
 
get_assigned_profiles(expandProfiles = False) -> list
Returns a list of strings represening the profile IDs in use by this model variant.  Set expandProfiles to True to also return daily profiles.
 
get_bodies(selectedOnly) -> list
Returns the list of VEBody objects for this model variant.  Set selectedOnly to True to return only selected bodies, False for all bodies.
 
get_bodies_and_ids(selectedOnly) -> dictionary
Returns the dictionary of VEBody objects with the room ID as key.  Set selectedOnly to True to return only selected bodies, False for all bodies.
 
get_current_ashrae_standard () -> iesve.eASHRAEStandard
Gets the current ashrae compliance standard enum.
 
get_exterior_lighting_details(LightingStandard) -> dict
Obtains exterior lighting data for the model. Includes a 'results'
key which contains an ordered list of tuples for each of the sections.
 
get_included_bodies_for_umlh()- > [VEBody]
Returns the list of VEBody objects for this model variant, except those excluded for UMLH.
 
get_excluded_bodies_for_umlh() -> [VEBody]
Returns the list of VEBody objects for this model variant that are excluded for UMLH.
 
get_mep_details (attribute_type) -> dict
Obtains MEP power data from the model. The attribute_type parameter
is optional and does not need to be specified unless it is an NECB
model, where it must be supplied to provide the correct results.
 
get_model_level_infiltration_rate() -> float
Gets the model level infiltration rate, which has units .
 
rebuild_adjacencies()
Rebuilds the adjacencies in the model. If the model has inner volumes and newly-assigned constructions have differing thicknesses to the previous ones, this is required to be called.
 
suncast() -> VESuncast Object
    Get a VESuncast object for this model