functionreadArraySize2D
Read dimensions of 2D array in XML file
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | File name | |
| String | varName | Key | |
| Boolean | verboseRead | true | = true, if info message that file is loading is to be printed |
| Types.Diagnostics | detectMissingData | Types.Diagnostics.Warning | Print diagnostic message in case of missing data |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | m | Number of rows in array | |
| Integer | n | Number of columns in array |