WOLFRAM SYSTEM MODELER
RisingEdgeOutput y is true, if the input u has a rising edge, otherwise it is false (y = edge(u)) |
SystemModel["Modelica.Blocks.MathBoolean.RisingEdge"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
A rising 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.
pre_u_start |
Value: false Type: Boolean Description: Value of pre(u) at initial time |
---|
u |
Type: BooleanInput Description: Boolean input signal |
|
---|---|---|
y |
Type: BooleanOutput Description: Boolean output signal |
Modelica.Blocks.Examples Demonstrates the usage of blocks from Modelica.Blocks.MathBoolean |