modelExternalLibraryObject
Extends from Modelica.Blocks.Interfaces.MIMO (Multiple Input Multiple Output continuous control block).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nin (from MIMO) | 1 | Number of inputs |
| Integer | nout (from MIMO) | 1 | Number of outputs |
| String | filename | Filename of the data file | |
| ExternalLibrary.PythonParams | pythonParams | ExternalLibrary.PythonParams() | Python parameters |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput[nin] | u (from MIMO) | Connector of Real input signals | |
| RealOutput[nout] | y (from MIMO) | Connector of Real output signals |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| ExternalLibrary.Internal.ExternalLibraryObject | externalObject | ExternalLibrary.Internal.ExternalLibraryObject(filename, pythonParams) |
Contents
| Name | Description |
|---|---|
| evaluateprotected |