Read table data
impure function readTimeTableData extends Modelica.Icons.Function; input ModelicaTableAdditions.Blocks.Types.ExternalCombiTimeTable tableID "External table object"; input Boolean forceRead = false "= true: Force reading of table data; = false: Only read, if not yet read."; input Boolean verboseRead = true "= true: Print info message; = false: No info message"; output Real readSuccess "Table read success"; end readTimeTableData;