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

Revision history [back]

There is no way to change results from SI to IP units in ResultsViewer.

The raw EnergyPlus results live in the eplusout.sql file. You can access the information in this file using the SqlFile class in the OpenStudio SDK. You basically write SQL queries to pull the information out. I use the firefox addon called "SQLite Manager" to load the eplusout.sql file, browse the results, and test my queries.

You can use the Measure Wizard on the Measures tab of the OpenStudio Application or PAT to create a new ReportingMeasure, and the measure.rb file will have some examples of accessing data from the sql file.