condition = DelayedRising(u=..., duration=...).y;
Output y = true, after a rising edge of the input u and after u remains true for at least the defined duration . After a falling edge of u, y = false immediately.
This block is demonstrated with the following example:
results in
simulation result |