.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 2026-01-29T19:15:51Z by OpenModelicaOpenModelica 1.26.1 using GenerateDoc.mos