Skip to content Skip to sidebar Skip to footer

FMU-module Method Get_states_list()

I found a limitation of the FMU-module method get_states_list(). This method seems to bring a list only of continuous time states and not of discrete time states. I do usually make

Solution 1:

The get_states_list method is a mapping back to the FMI specification which only includes the continuous time states. So this is by design.


Post a Comment for "FMU-module Method Get_states_list()"