.XogenyTest.assertValues

Information

Assert that values are within specification

Interface

function assertValues
  input Real actual[:] "Actual values";
  input Real expected[size(actual, 1)] "Expected values";
  input Real eps = 1e-7 "Error tolerance";
  input String name = "" "Name of test";
end assertValues;

Generated at 2024-03-27T19:15:56Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos