functionconstructor
Initialize 1-dim. table defined by matrix
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | tableName | Table name | |
| String | fileName | File name | |
| Real[:,:] | table | ||
| Integer[:] | columns | ||
| Modelica.Blocks.Types.Smoothness | smoothness | ||
| Modelica.Blocks.Types.Extrapolation | extrapolation | Modelica.Blocks.Types.Extrapolation.LastTwoPoints | |
| Boolean | verboseRead | true | = true: Print info message; = false: No info message |
| String | delimiter | "," | Column delimiter character for CSV file |
| Integer | nHeaderLines | 0 | Number of header lines to ignore for CSV file |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| ExternalCombiTable1D | externalCombiTable1D |