CATIA-Systems / FMIKit-Simulink

Import and export Functional Mock-up Units with Simulink
Other
157 stars 51 forks source link

fmu with possibly ilegal xml entries: parameters with no start values #241

Closed jbernalr closed 3 years ago

jbernalr commented 3 years ago

generating an fmu with grtfmi.tlc, produces this kind of entries:

<ScalarVariable name="Parameters.mstruct_something" valueReference="123" causality="parameter" variability="tunable">
      <Real/>

I am not sure these are legal. In anycase, FMPy will produce an error saying no startvalue is provided for this element.

t-sommer commented 3 years ago

Can you provide steps to reproduce the problem with the latest version?

jbernalr commented 3 years ago

this is the same as #248