First time here? Check out the Help page!
1 | initial version |
I suggest converting your IDF library to epJSON format to allow it to be used from an OpenStudio measure.
energyplus.exe
installation to your system path (e.g. C:\EnergyPlusV9-1-0).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.
2 | No.2 Revision |
I suggest converting your IDF library to epJSON format to allow it to be used from an OpenStudio measure.
energyplus.exe
installation to your system path (e.g. C:\EnergyPlusV9-1-0).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.
3 | No.3 Revision |
I suggest converting your IDF library to epJSON format to allow it to be used from an OpenStudio measure.
energyplus.exe
installation to your system path (e.g. C:\EnergyPlusV9-1-0).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.
4 | No.4 Revision |
I suggest converting your IDF library to epJSON format to allow it to be used from an OpenStudio measure.
energyplus.exe
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.