NTNU-IHB / PythonFMU

A lightweight framework that enables the packaging of Python3.x code as co-simulation FMUs
MIT License
137 stars 38 forks source link

Provide simple example #191

Closed weberscode closed 1 year ago

weberscode commented 1 year ago

Hi all,

is it possible to provide a simple example of a python generated model exchange fmu that i could include to my Modelica model.

The input should be u and the output y = asin(bu). The values a and b are constant parameters.

kind regards Simon

markaren commented 1 year ago

Pythonfmu only handles co-simulation, sorry.