flush
Description
Resets memory to starting memory address.
Syntax
C++
void flush()
Arguments
| None |
Return Value
| None |
Example
awg.flush();
Notes
You must call the flush before starting any waveform output after downloading. This applies in both Continuous modes and Burst mode.
You also should call the flush method after calling the stop method if you want to completely stop a waveform output.