Limiter - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Limiter

Limit the range of a signal

 

Description

Equations

Connections

Parameters

Modelica Standard Library

Description

The Limiter block passes its input signal as an output signal as long as the input is within the specified upper and lower limits, umax and umin. If this is not the case, the corresponding limits are passed as output.

The Signal Size parameter assigns the dimension of the input and output connectors.

Equations

y&equals;{uminuuminuumin<u<umaxumaxumaxu

Connections

Name

Description

Modelica ID

u

Real input vector

u

y

Real output vector

y

Parameters

Name

Default

Units

Description

Modelica ID

Signal Size

1

 

Dimension of input and output signals

signalSize

umax

1

 

Upper limits of input signals

uMax

umin

umax

 

Lower limits of input signals

uMin

strict

false

 

True (checked) means use noEvent; otherwise events are generated at limits

strict

homotopy type

Simplified model without limits

 

Simplified model for homotopy-based initialization

homotopyType

Modelica Standard Library

The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.

See Also

Discontinuous Signal Blocks

Signal Blocks