.TRANSFORM.Math.Interpolation.PartialInterpolation

Interface

partial function PartialInterpolation
  extends TRANSFORM.Icons.Function;
  input String tablesPath "Path to interpolation tables. Format = '|x.csv|y.csv|z.csv|";
  input Real x;
  input Real y;
  output Real z;
end PartialInterpolation;

Generated at 2025-09-05T18:21:06Z by OpenModelicaOpenModelica 1.25.3 using GenerateDoc.mos