functionreadArrayColumns2D
Read second dimension of 2D array in CSV file
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | File name | |
| String | delimiter | "," | Column delimiter character |
| String | quotation | "\"" | Quotation character |
| Integer | nHeaderLines | 0 | Number of header lines to ignore |
| Boolean | verboseRead | true | = true, if info message that file is loading is to be printed |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | n | Number of columns in array |