| Name | Description |
|---|---|
| Every | Example for Every (output is true, during every interval for a defined duration) |
| Until | Example for Until (output is true, until first rising edge of input) |
| After | Example for After (output is true, after first rising edge of input) |
| AfterFor | Example for AfterFor (output is true, after rising edge of input for defined duration) |
| AfterUntil | Example for AfterUntil (output is true, after rising edge of input u1 until rising edge of input u2) |