.FCSysTest.Test.assertLogValues

Information

Assert that values are within orders of magnitude of specification

Interface

function assertLogValues
  import Modelica.Math.log10;
  import Modelica.Constants.small;
  extends Modelica.Icons.Function;
  input Real actual[:] "Actual values";
  input Real expected[size(actual, 1)] "Expected values";
  input Real o = 1 "Error tolerance in orders of magnitude";
  input String name = "" "Name of test";
end assertLogValues;

Generated at 2024-04-18T18:15:58Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos