restart


Description

Starts waveform output.

Syntax

C++
void restart()

Arguments

None

Return Value

None

Example

awg.restart();

Notes

In Continuous/Triggered Continuous modes this method will immediately start waveform output. In Burst mode, this method will trigger waveform output once for each call.

You must call the flush method before starting any waveform output after downloading.