Is SqlFile the only way used by Open Studio to parse the E+ result? [closed]
Is SqlFile the only way used by Open Studio in RunManager to get the E+ result? And the only output used is the sql format?
I'm not sure if it's the only way (you can see the HTML table for example). But I assume you're looking for a way to get CSV data? If so there are a few options here, either by extracting them from the SQL file, or by rerunning the IDF that OpenStudio created directly in EnergyPlus.
Actually I'd like to understand the way Open Studio dealing with the EnergyPlus results. 1. SqlFile to parse the SQL result and display in Runmanager. Is this the only way in Open Studio? 2. How OpenStudio triggers the EnergyPlus simulation? Is it also use the RunEP.bat in EnergyPlus or call the EnergyPlus.exe directly? Looks OpenStudio uses a lot of code like workflow, job in its RunManager.