impure functionreadTableData
Get the table data vector for a dataset. Format: {<number_of_dimensions>, <length_of_scale_1>,... <length_of_scale_N>, <values_of_scale_1>,... <values_of_scale_N>, <table_in_row_major_format>}
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | File Name | |
| String | datasetName | Dataset Name | |
| String | unit | "" | Expected Unit |
| String[:] | scaleUnits | {""} | Expected Scale Units |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[getTableDataSize(fileName, datasetName)] | data | Table data vector |