首页 > 解决方案 > FMU getState/setState for model exchange with PyFMI

问题描述

I'm involved in a project in which I use a model exchange FMU. I'm using PyFMI to interact with it. One of the things that I need to do is get the state of the model at certain time ( get_fmu_state() is the function in PyFMI) and restore it later (set_fmu_state(state)). The flag "canGetAndSetFMUstate" is activated.

The use of these sentences seem to do nothing in my code...is it neccesary to do something more?

I didn't find any example that shows that capability. The FMI specification (https://www.fmi-standard.org) only dedicates a few lines to that feature. Have you ever deal with this feature? Thanks in advance. Regards,

Ignacio.

标签: fmi

解决方案


推荐阅读