First time here? Check our help page!
1

Electric load center generator specifications

Hi all,

I am trying to create the idf objects circled in the image below using the OpenStudio SDK however I am having a lot of trouble making sense of the SDK

For example there is the Generator_PhotovoltaicFields class reference seen here

I assume that this is this the class that I should use to add a photovoltaic generator to the model? If is, how do I use it?

Any example code or pointers on how to decipher the SDK would be most appreciated.

image description

antonszilasi's avatar
1.5k
antonszilasi
asked 2018-03-04 02:21:08 -0500, updated 2018-03-04 02:21:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

There are two measures for adding Simple PV on NREL Building Components Library which you can use as examples.

I would use the this API page to start with rather then the one you linked in your question.

Note that the above measures will create OS objects rather than E+ objects. Those objects will be translated once you will run your model. If you are interested in directly creating E+ objects please leave a comment to my answer and I will explain how to do that.

Avi's avatar
4.3k
Avi
answered 2018-03-04 04:54:37 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments