4

energyplus runtime api clear_all_states function missing

Hello.

I am implementing a program using the EnergyPlus Python API and I would like to re-run EnergyPlus multiple times in a single python program. The documentation here: https://bigladdersoftware.com/epx/doc... shows an example with python where the call

api.runtime.clear_all_states()

is used to do this. However, this clear_all_states() call is not available in the runtime api in the code that was downloaded offline. I have also checked the github repo and same thing, the call does not seem to be implemented even though it is in the documentation.

Was this an oversight?

gbaasch's avatar
41
gbaasch
asked 2020-09-18 18:59:31 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2020-09-20 10:52:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

Hi there, I believe I responded to you on the helpdesk as well, but I'll just summarize that yes, that was an oversight. The endpoint has been properly added in 9.4.0 along with many other improvements. Note that the API did change for 9.4.0. 9.4.0 will be released next week.

Edwin's avatar
1.4k
Edwin
answered 2020-09-21 08:00:25 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments