Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

Modifying XML file in FMU

Modifying XML file in FMU

Say I have a model that modelled

Code:

 y = x + c 

with c as a parameter with the value of 5 and i exported the model as FMU 2.0 for Co-Sim. What effect does it have, if I manually change the value of c to 3 in xml. does the master/import tool sees the value of c = 3? or it is still c = 5?

There are 0 guests and 0 other users also viewing this topic