functiongetArraySize2D
Get dimensions of 2D array in XML file
Extends from Modelica.Icons.Function (Icon for functions).
Information
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | varName | Key | |
| Types.ExternXMLFile | xml | External XML file object |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m | Number of rows in array | |
| Integer | n | Number of columns in array |