WOLFRAM SYSTEM MODELER

FallingEdge

Output y is true, if the input u has a falling edge, otherwise it is false (y = edge(not u))

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.MathBoolean.FallingEdge"]
Out[1]:=

Information

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

A falling edge of the Boolean input u results in y = true at this time instant. At all other time instants, y = false.

The usage is demonstrated, e.g., in example Modelica.Blocks.Examples.BooleanNetwork1.

Parameters (1)

pre_u_start

Value: false

Type: Boolean

Description: Value of pre(u) at initial time

Connectors (2)

u

Type: BooleanInput

Description: Boolean input signal

y

Type: BooleanOutput

Description: Boolean output signal

Used in Examples (1)

BooleanNetwork1

Modelica.Blocks.Examples

Demonstrates the usage of blocks from Modelica.Blocks.MathBoolean