delay


Description

Specifies the delay which is the number of data points to hold constant before the waveform starts.

Syntax

UInt64 delay

Read

Gets current delay.

Example

unsigned wfDelay;
wfDelay = awg.delay;

Write

Sets new delay.

Example

awg.delay = 0x20;

Notes

Please note that the delay is included in the Data Length. If your non-delayed waveform is 1000 data points long and you had set your delay to 10 and your Data Length to 1000 then only 990 data points of your desired waveform will be output.