condition = Every(interval=..., duration=...).y;
Output y = true, after every interval seconds for duration seconds. Otherwise y = false. The periodic interval starts at time = 0s.
This block is demonstrated with the following example:
results in
simulation result |