unifmu
unifmu copied to clipboard
Updating FMU interfaces
Thank you for creating such a great tool. I can see myself using this in many cases.
I have a question that might seem a bit trivial but I think other users might have the same question.
What is the "correct" way of updating the interfaces on the FMU?
I have generated my FMU with the command unifmu generate python anomaly_detection
and tested that it works as intended.
However, I want to change the names of the signals and I don't all 12 of them. (I need two input reals and one output bool).
What would be the preferred way of doing this? Does the tool facilitate any way of doing it automatically?
Edit: I discovered if it is possible to edit the XML file manually. I am still curious if this is the "right way" of doing it