blockLogicalDelay

Delay boolean signal

Extends from Blocks.Icons.PartialBooleanBlock (Basic graphical layout of logical block).

Information

When input u gets true, output y1 gets immediately true, whereas output y2 gets true after delayTime.

When input u gets false, output y1 gets false after delayTime, whereas output y2 gets immediately false.

Parameters

TypeNameDefaultDescription
SI.TimedelayTime0Time delay

Connectors

TypeNameDefaultDescription
Blocks.Interfaces.BooleanInputu
Blocks.Interfaces.BooleanOutputy1
Blocks.Interfaces.BooleanOutputy2