CATIA-Systems / FMPy

Simulate Functional Mockup Units (FMUs) in Python
Other
438 stars 118 forks source link

Validate restrictions for alias variables #266

Open fajansen opened 3 years ago

fajansen commented 3 years ago

The FMI Standard lists some restrictions on alias variables (pages 53 and 54 in version 2.0.2), e.g. "Variables a and b that can both be set with fmi2SetXXX cannot be alias variables".

fmpy happily simulates FMUs that violate this. Please add some checks!

t-sommer commented 3 years ago

Can you share an example of such an FMU?