Examples Folder¶
Base examples
¶
The pyfmi example package.
Module fmi_bouncing_ball_cs
¶
Module fmi_bouncing_ball
¶
Module fmi_bouncing_ball_native
¶
-
pyfmi.examples.fmi_bouncing_ball_native.
run_demo
(with_plots=True)[source]¶ This example shows how to use the raw (JModelica.org) FMI interface for simulation of an FMU.
FMU = bouncingBall.fmu (Generated using Qtronic FMU SDK (http://www.qtronic.de/en/fmusdk.html) )
This example is written similair to the example in the documentation of the ‘Functional Mock-up Interface for Model Exchange’ version 1.0 (http://www.functional-mockup-interface.org/)
Module fmi20_bouncing_ball_native
¶
-
pyfmi.examples.fmi20_bouncing_ball_native.
run_demo
(with_plots=True)[source]¶ This example shows how to use the raw (JModelica.org) FMI interface for simulation of an FMU.
FMU = bouncingBall.fmu (Generated using Qtronic FMU SDK (http://www.qtronic.de/en/fmusdk.html) )
This example is written similar to the example in the documentation of the ‘Functional Mock-up Interface for Model Exchange’ version 2.0 (http://www.functional-mockup-interface.org/)