.BusinessSimulation.Converters.Special.RangeAssert

Do assert() checks to monitor an admissable range of values

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

The component will set up the following assert functions:

assert(u <= maxValue, "Value out of range (too high)", level = AssertionLevel.error);
assert(u >= minValue, "Value out of range (too low)", level = AssertionLevel.error);

See also

VariableRangeAssert


Generated at 2025-04-26T18:20:16Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos