.Modelica.Blocks.Tables.Internal.getTable2DValue

Information

Interpolate 2-dim. table defined by matrix

Interface

pure function getTable2DValue
  extends Modelica.Icons.Function;
  input Modelica.Blocks.Types.ExternalCombiTable2D tableID "External table object";
  input Real u1 "Value of first independent variable";
  input Real u2 "Value of second independent variable";
  output Real y "Interpolated value";
end getTable2DValue;

Generated at 2024-10-21T18:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos