Stops waveform generation.
Gx3722ArbStop (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX3722 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function stops waveform generation on both channels. This is called implicitly whenever the memory is written with Gx3722WriteWaveform() API or read from with Gx3722ArbReadWaveform() API.
Note: calling this function will set both channels’ output levels to 0V, channels waveforms will not change.
The following stops waveform generation on both channels:
SHORT nStatus;
Gx3722ArbStop (nHandle, &nStatus);
Gx3722ArbSetMode, Gx3722ArbWriteWaveform, Gx3722ArbReadWaveform, Gx3722ArbStart, GxFpgaGetErrorString