.FCSysTest.Test.assertLogValue

Information

Assert that a value is within orders of magnitude of specification

Interface

function assertLogValue
  import Modelica.Math.log10;
  import Modelica.Constants.small;
  extends Modelica.Icons.Function;
  input Real actual "Actual value";
  input Real expected "Expected value";
  input Real o = 1 "Error tolerance in orders of magnitude";
  input String name = "" "Name of test";
end assertLogValue;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos