It can be useful to know the names of the continuous states in a ME FMU. One way to do this using FMPy is described here: https://stackoverflow.com/questions/75730464/how-to-using-fmpy-extract-the-list-of-continuous-time-states. Is there an equivalent method for fmi4c?
What methods would you suggest for parsing the model_description file to extract that information?