condition = AfterUntil(u1=...,u2=...).y;
At a rising edge of Boolean input u1, output y = true until the Boolean input u2 has a rising edge. If input u1 = true at initialization, y = true.
This block is demonstrated with the following example:
results in
simulation result |