.XogenyTest.assertValue

Information

Assert that a value is within specification

Interface

function assertValue
  input Real actual "Actual value";
  input Real expected "Expected value";
  input Real eps = 1e-7 "Error tolerance";
  input String name = "" "Name of test";
end assertValue;

Generated at 2024-10-29T19:25:38Z by OpenModelicaOpenModelica 1.24.0 using GenerateDoc.mos