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