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
| Type | Name | Default | Description |
|---|---|---|---|
| SI.Time | delayTime | 0 | Time delay |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Blocks.Interfaces.BooleanInput | u | ||
| Blocks.Interfaces.BooleanOutput | y1 | ||
| Blocks.Interfaces.BooleanOutput | y2 |