1Graphical interface

 

2Function

The <delay> block is used to delay rising or falling edges; edge detection is performed by comparing the “in” input with the “in (n-1)” output. Note that on the first execution, the “out” output will be “invalid” because the “in (n-1)” output is not yet available. The “rise” and “delay” inputs are used to define the type of edges and the delay to be applied.

3Inputs

4Outputs

5Types

All “in” and “rise” inputs, as well as the “out” and “in (n-1)” outputs, are of type bool.

The “delay” input and the “rt” output are of type float.