WOLFRAM SYSTEM MODELER

Limiter

Limit the range of a signal

Wolfram Language

In[1]:=
SystemModel["Modelica_Synchronous.WorkInProgress.Incubate.IntegerSignals.Limiter"]
Out[1]:=

Information

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.

Parameters (3)

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)

Connectors (2)

u

Type: IntegerInput

Description: 'input Integer' as connector

y

Type: IntegerOutput

Description: 'output Integer' as connector