FMPy is a Python library to simulate Functional Mockup Units (FMUs) that
- supports FMI versions 1.0 and 2.0, Co-Simulation and Model Exchange
- runs on Windows and Linux
- validates the modelDescription.xml
- is pure Python (with ctypes)
Install the latest release from PyPI
pip install fmpy
or install the latest development version from source
git clone -b develop https://github.com/CATIA-Systems/FMPy.git cd fmpy pip install .
Copyright © 2017 Dassault Sytèmes. All rights reserved.