Interpolate 1-dim. table where first column is time
function getTimeTableValue extends Modelica.Icons.Function; input Modelica.Blocks.Types.ExternalCombiTimeTable tableID; input Integer icol; input Real timeIn; discrete input Real nextTimeEvent; discrete input Real pre_nextTimeEvent; output Real y; end getTimeTableValue;