.BusinessSimulation.Converters.Special.VariableRangeAssert

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 <= u_max, "Value out of range (too high)", level = AssertionLevel.error);
assert(u >= u_min, "Value out of range (too low)", level = AssertionLevel.error);

See also

RangeAssert


Generated at 2025-01-31T19:25:52Z by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos