First time here? Check out the Help page!

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

Revision history [back]

click to hide/show revision 1
initial version

I suggest converting your IDF library to epJSON format to allow it to be used from an OpenStudio measure.

  1. On a windows machine, first add the path to your energyplus.exe installation to your system path (e.g. C:\EnergyPlusV9-1-0).
  2. Open a terminal from the directory where the IDF library is.
  3. energyplus -c my_awesome_idf_library.idf

Then, you'll be able to load the json file in an OpenStudio measure and retrieve the data from it using standard associative array (Ruby Hash) syntax.

click to hide/show revision 2
No.2 Revision

I suggest converting your IDF library to epJSON format to allow it to be used from an OpenStudio measure.

  1. On a windows machine, first add the path to your energyplus.exe installation to your system path (e.g. C:\EnergyPlusV9-1-0).
  2. Open a terminal from the directory where the IDF library is.
  3. energyplus -c my_awesome_idf_library.idf

Then, you'll be able to load the json file in an OpenStudio measure and retrieve the data from it using standard associative array (Ruby Hash) syntax.

click to hide/show revision 3
No.3 Revision

I suggest converting your IDF library to epJSON format to allow it to be used from an OpenStudio measure.

  1. On a windows machine, first add the path to your energyplus.exe installation to your system path (e.g. C:\EnergyPlusV9-1-0).
  2. Open a terminal from the directory where the IDF library is.
  3. energyplus -c my_awesome_idf_library.idf

Then, you'll be able to load the json epJSON file in an OpenStudio measure and retrieve the data from it using standard associative array (Ruby Hash) syntax.

click to hide/show revision 4
No.4 Revision

I suggest converting your IDF library to epJSON format to allow it to be used from an OpenStudio measure.

  1. On a windows machine, first add the path to your energyplus.exe installation file to your system path (e.g. C:\EnergyPlusV9-1-0).
  2. Open a terminal from the directory where the IDF library is.
  3. energyplus -c my_awesome_idf_library.idf

Then, you'll be able to load the epJSON file in an OpenStudio measure and retrieve the data from it using standard associative array (Ruby Hash) syntax.