CATIA-Systems / FMPy

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

Help!! Could anyone give me example to connect and run multi FMUs :(( #662

Closed clawdis closed 5 months ago

clawdis commented 5 months ago

Help!! Could anyone give me example to connect and run multi FMUs :((

t-sommer commented 5 months ago

With FMPy you can only simulate individual FMUs. However you can create a Container FMU from multiple FMUs that you can simulate. See https://github.com/CATIA-Systems/FMPy/blob/main/tests/test_fmu_container.py for an example.