.ThermoSysPro.Properties.WaterSteam.IF97_packages.IF97_wAJ.Spline_Utilities.Modelica_Interpolation.Bspline1D.plot

Information

Plot Bspline curve (currently not fully functional, since feature in Dymola missing)

Interface

function plot
  extends Modelica.Icons.Function;
  input Data spline "Bspline to be plotted";
  input Integer npoints = 100 "Number of points";
  output Real x[npoints, spline.ndim + 1] "Table with u and function value at Bspline curve points";
end plot;

Generated at 2024-11-23T19:25:52Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos