First time here? Check out the Help page!
1 | initial version |
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)