Online documentation for DelayLine

Generated 2006-03-17

Propagates input to output after a delay, analogous to a digital delay-line.

Description

A succession of values can be supplied to a property of this component. The component queues them, and then places them in sequence onto another property after a specified delay.

Usage

Specify the delay you require (in milliseconds) using property delay_ms. Every value you then supply to property input will then appear on property output after this delay has passed.

Specifying any value to property triggerClear will cause output to be reset and any queue values to be dropped. Specifying the value of true to property hold will cause queue of values to be paused until hold is set back to value false.