blockRisingEdge
Output y is true, if the input u has a rising edge (u becomes true), otherwise it is false
Information
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.
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ETL.Connectors.BooleanInput | u | ||
| ETL.Connectors.BooleanOutput | y |