blockChangingEdge4
Output y is true, if the input u has either a rising (becomes true) or a falling edge (becomes false), otherwise it is false
Information
A changing edge, i.e., either rising or falling, 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.Boolean4Input | u | ||
| ETL.Connectors.BooleanOutput | y |