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

Status of OpenStudio SDK python bindings

Hello all,

I 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 in particular: Line below works

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

Status of OpenStudio SDK python bindings

Hello all,

I am attempted to write a reporting measure with Python using the OpenStudio SDK, however however, try as I might I ran into many problems with Python bindings not working in particular: Line below works particular:

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

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 in particular:

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

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 in particular:

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

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 in particular:

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

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 in particular: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

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

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

works

hours_simulated = sqlFile.hoursSimulated().get() - # Returns an error then nothing

nothing

sqlFile.availableEnvPeriods() = # Returns nothing

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

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