Migration to OpenModelica 1.25 and FMUs Generation
This commit is contained in:
6
CoSimulation/test_pyfmi.py
Normal file
6
CoSimulation/test_pyfmi.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# test_pyfmi.py
|
||||
from pyfmi.examples import fmi_bouncing_ball_cs
|
||||
|
||||
print("Testing PyFMI installation...")
|
||||
fmi_bouncing_ball_cs.run_demo()
|
||||
print("✅ PyFMI and FMI Library work correctly!")
|
||||
Reference in New Issue
Block a user