stop
Description
Stops waveform output.
Syntax
C++
void stop()
Arguments
| None |
Return Value
| None |
Example
awg.stop();
Notes
To completely stop a waveform output, call the stop method then call the flush method.