This library contains blocks defining continuous time locators. All the blocks have a Boolean output y. Whenever y = true, the desired continuous time location is defined. The output y is usually used as input to one of the ChecksInFixedWindow blocks that check particular properties at the defined time locations.
Name | Description |
---|---|
Every | Output is true, during every interval for a defined duration |
Until | Output is true, until first rising edge of input |
After | Output is true, after first rising edge of input |
AfterFor | Output is true, after rising edge of input for defined duration (flat version) |
AfterUntil | Output is true, after rising edge of input 1 until the rising edge of input 2 |