This package contains blocks and functions that embed Python 3.8 in Modelica. Data can be sent to Python functions and received from Python functions. This allows for example data analysis in Python as part of a Modelica model, or data exchange as part of a hardware-in-the-loop simulation in which Python is used to communicate with hardware.
See Buildings.Utilities.IO.Python_3_8.UsersGuide for instruction.
Name | Description |
---|---|
UsersGuide | User's Guide |
Real_Real | Block that exchanges a vector of real values with a Python function |
Functions | Package with functions that call Python |
Examples | Collection of models that illustrate model use and test models |