functiongetRealArray2D
Get 2D Real values from XML file
Extends from Modelica.Icons.Function (Icon for functions).
Information
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | varName | Key | |
| Integer | m | 1 | Number of rows |
| Integer | n | 1 | Number of columns |
| Types.ExternXMLFile | xml | External XML file object |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[m,n] | y | 2D Real values |