Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Here is how it's used within the model_create_prm_baseline_building method. The only difference would be, since it is a method that's part of the Standard class, you would first initialize a Standard object:

template = "90.1-2010" #or whatever
std = Standard.build(template)

and then use that to call the method, passing in a space:

std.space_add_daylighting_controls(space, false, false)