This block transforms a Real input signal into a Boolean
output signal:
- When the output was false and the input becomes
greater than parameter uHigh, the output
switches to true.
- When the output was true and the input becomes
less than parameter uLow, the output
switches to false.
The fixed start value of the output is false.
If needed, it can be changed via a modification, e.g.,
Hysteresis hyst(y(start=true));
Generated at 2024-12-03T19:25:34Z
by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos