Skip to main content

Simulate Functional Mockup Units (FMUs) in Python

Project description

https://travis-ci.org/CATIA-Systems/FMPy.svg?branch=master https://ci.appveyor.com/api/projects/status/github/CATIA-Systems/FMPy?branch=master&svg=true

FMPy

FMPy is a Python library to simulate Functional Mockup Units (FMUs) that…

  • supports FMI 1.0 and 2.0

  • supports Co-Simulation and Model Exchange

  • runs on Windows, Linux and macOS

  • can validate FMUs

  • is pure Python (with ctypes)

Installation

To install the latest release from PyPI or update an existing installation type:

python -m pip install --upgrade fmpy

or, to install the latest development version:

python -m pip install --upgrade https://github.com/CATIA-Systems/FMPy/archive/develop.zip

Simulate an FMU on the command line

To simulate CoupledClutches.fmu and plot the results download the FMU for your platform and run the following command in the folder where you downloaded the FMU:

python -m fmpy.simulate CoupledClutches.fmu

CoupledClutches.fmu

Windows (32-bit)

Windows (64-bit)

Linux (32-bit)

Linux (64-bit)

macOS

Simulate an FMU in Python

For an example of how to simulate an FMU in Python see coupled_clutches.py. To run the script type:

python -m fmpy.examples.coupled_clutches

© 2017 Dassault Systèmes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

FMPy-0.0.8.tar.gz (29.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page