functionreadArrayRows2D
Read first dimension 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 | |
| String[:,2] | nameSpace | fill("", 0, 2) | XML name spaces |
| 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 |