WOLFRAM SYSTEM MODELER

Limiter

Limit the range of a signal

Wolfram Language

In[1]:=
SystemModel["Modelica.Clocked.RealSignals.Sampler.Utilities.Internal.Limiter"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

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 (2)

uMax

Value:

Type: Real

Description: Upper limits of input signals

uMin

Value: -uMax

Type: Real

Description: Lower limits of input signals

Connectors (2)

u

Type: RealInput

Description: Connector of clocked, Real input signal

y

Type: RealOutput

Description: Connector of clocked, Real output signal

Used in Components (2)

SampleWithADeffects

Modelica.Clocked.RealSignals.Sampler

Sample with (simulated) Analog-Digital converter effects including noise

HoldWithDAeffects

Modelica.Clocked.RealSignals.Sampler

Hold with (simulated) Digital-Analog converter effects and computational delay