WOLFRAM SYSTEM MODELER
LimiterLimit the range of a signal |
SystemModel["Modelica_Synchronous.WorkInProgress.Incubate.IntegerSignals.Limiter"]
The Limiter block passes its input signal as output signal as long as the input is within the specified upper and lower limits. If this is not the case, the corresponding limits are passed as output.
uMax |
Value: Type: Integer Description: Upper limits of input signals |
---|---|
uMin |
Value: -uMax Type: Integer Description: Lower limits of input signals |
limitsAtInit |
Value: true Type: Boolean Description: = false, if limits are ignored during initializiation (i.e., y=u) |
u |
Type: IntegerInput Description: 'input Integer' as connector |
|
---|---|---|
y |
Type: IntegerOutput Description: 'output Integer' as connector |