WOLFRAM SYSTEM MODELER

Edge

Indicates rising edge of Boolean signal

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Math.Edge"]
Out[1]:=

Information

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

This block sets the Boolean output y to true, when the Boolean input u shows a rising edge:

y = edge( u );

Connectors (2)

u

Type: BooleanInput

Description: Connector of Boolean input signal

y

Type: BooleanOutput

Description: Connector of Boolean output signal