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 models that contain both continuous and discrete time sub-models describing process and control system and I am very interested to be able to get a list of ALL states in the system. One possibility could have been get_fmu_state() but I get the exception text “This FMU does not support get and set FMU-state”.