Any documentation explaining detail about create_prm_baseline_building?
Related to the previous question, I want to know more about how baseline building is generated by measure. Reading through the measure, below is the main script generating baseline building in create baseline building measure.
success = model.create_prm_baseline_building(building_type,standard,climate_zone,custom,build_dir,debug)
However, I cannot search detail description of this API. Are there any documentation or source code open to public?