packageEvents
Events blocks
Contents
| Name | Description |
|---|---|
| Output y is true, if the input u has a rising edge (u becomes true), otherwise it is false | |
| Output y is true, if the input u has a rising edge (u becomes true), otherwise it is false | |
| Output y is true, if the input u has a falling edge (u becomes false), otherwise it is false | |
| Output y is true, if the input u has a falling edge (u becomes false), otherwise it is false | |
| Output y is true, if the input u has either a rising (becomes true) or a falling edge (becomes false), otherwise it is false | |
| Output y is true, if the input u has either a rising (becomes true) or a falling edge (becomes false), otherwise it is false | |
| Returns true if event on u1 occurs before event on u2 | |
| Elapsed time u2 - u1 time between events u1 and u2 | |
| Counts events on input u | |
| Event delay | |
| Boolean signal clocked delay | |
| Filters events depending on condition | |
| Generate periodic events | |
| Event projection on a clock | |
| Table for events | |
| Generate an event at initial time | |
| Continuous physical time from an event | |
| Generates a clock signal when the Boolean input changes from false to true | |
| Generates an event when the integer input changes | |
| Transform clock to clocked Boolean (output is true if clock is active) | |
| Event visualizer |