.OpenModelica.Scripting.deltaSimulationResults

calculates the sum of absolute errors.

Information

For each data point in the reference file, the sum of all absolute error sums of all given variables is calculated.

Interface

function deltaSimulationResults
  input String filename;
  input String reffilename;
  input String method "method to compute then error. choose 1norm, 2norm, maxerr";
  input String[:] vars = fill("", 0);
  output Real result;
end deltaSimulationResults;

Generated at 2025-03-29T19:24:44Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos