recordSingleTrackData
Singla data of a track
Extends from Modelica.Icons.Record (Icon for records).
Information
Parameter record for the track definition block.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | useConstant | true | Use constant value, otherwise table |
| Real | ConstantValue | 0 | Constant Value |
| Table data definition | |||
| Boolean | tableOnFile | false | = true, if table is defined on file or in function usertab |
| Real[:,:] | table | fill(0.0, 0, 2) | Table matrix (grid = first column; e.g., table=[0,2]) |
| String | tableName | "NoName" | Table name on file or in function usertab (see docu) |
| String | fileName | "NoName" | File where matrix is stored |
| Table data interpretation | |||
| Modelica.Blocks.Types.Extrapolation | extrapolation | Modelica.Blocks.Types.Extrapolation.NoExtrapolation | Extrapolation of data outside the definition range |