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