Assert that a value is within orders of magnitude of specification
function assertLogValue import Modelica.Constants.small; import Modelica.Math.log10; 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;