INTO-CPS-Association / pyfmu

https://into-cps-application.readthedocs.io/en/latest/submodules/pyfmu/docs/index.html
7 stars 2 forks source link

Make wrapper instantiate FMI slave with parameters from config #36

Closed clegaard closed 4 years ago

clegaard commented 4 years ago

Currently, the Fmi2Slave class also reads the config, which is messy, since it only exists when the project is exported.

It would make more sense for the wrapper to read the config and then instantiate the FMU with the appropriate keyword arguments.

clegaard commented 4 years ago

This is no longer the case