API enhancemnts/changes #10062
Replies: 2 comments
-
I make a start with a request I stated in this issue #10041. In larger simulations/optimzations in which EnergyPlus is one among several modules it is sometimes necessary to stop EnergyPlus, e.g. to stop long-running simulations because of changes in other modules. Up to this point the Python API had no functionality to stop EnergyPlus gracefully (instead of killing some processes). Thanks to @Myoldmopar this feature has been quickly merged (#10044) and will be part of I guess the 23.2. version. So, from then up we can stop a simulation with: stop_simulation(state_argument) |
Beta Was this translation helpful? Give feedback.
-
After installing now several times |
Beta Was this translation helpful? Give feedback.
-
I would like to discuss here API enhancements/changes that might help many with a not so classic EnergyPlus use case. In my opinion what we might see more and more often is that EnergyPlus will be a part of a larger simulation that has multiple modules. Hence the API might need more functionality; in some areeas maybe even changes. I would like to see here more users engaging with ideas and feature requests for the API. and hope for the developers to enrich this discussion with some insights and guidance.
Beta Was this translation helpful? Give feedback.
All reactions