First time here? Check our help page!
2

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?

katsuya.obara's avatar
2.1k
katsuya.obara
asked 2018-07-21 02:04:46 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-07-21 08:19:31 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

5

Here is the Github respository for the openstudio-standards gem, which contains all the methods used to create the baseline (and prototype) models. There is a documentation page linked from there.

Here is the specific method def.

The line you quoted indicates the measure is in the older (pre-0.2.0) version, prior to a pretty significant code structure refactor. If you don't want to update to the post-0.2.0 versions, you can download the previous (0.1.15) source code here.

ericringold's avatar
10.6k
ericringold
answered 2018-07-21 22:36:39 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

@Eric Do you know what happened to the method "create_prototype_building"? It's not in standards or in the main openstudio source.

scheerd's avatar
1
scheerd
answered 2019-06-25 19:38:34 -0500
edit flag offensive 0 remove flag delete link

Comments

ericringold's avatar ericringold (2019-06-26 09:02:04 -0500) edit
add a comment see more comments