Status of OpenStudio SDK python bindings
Hello all,
I am attempted to write a reporting measure with Python using the OpenStudio SDK, however, try as I might I ran into many problems with Python bindings not working as an example:
sqlFile = runner.lastEnergyPlusSqlFile().get() - # works
hours_simulated = sqlFile.hoursSimulated().get() - # Returns an error then nothing
sqlFile.availableEnvPeriods() = # Returns nothing
So may I ask what is the current status of the Python bindings should I expect these to? It seems to me that it is still WIP.
Thank you,
Anton