.Modelica_Requirements.LogicalBlocks.WithinBand

Output y is true if input u is within a lower and upper threshold

Information

The output y is true if the Real input u is greater or equal u_min and less or equal u_max. Otherwise the output is false:

   y = u ≥ u_min and u ≤ u_max

This block is demonstrated with example ThresholdComparisons.


Generated at 2025-03-13T19:24:49Z by OpenModelicaOpenModelica 1.24.5 using GenerateDoc.mos