Returns whether the board is currently generating waveforms.
Applied To
GX1632e
GxAoStandardWaveformIsRunning (nHandle, pbEnable, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX1632e board. |
pbEnable |
PBOOL |
Returns True if waveform generation is currently enabled. False if disabled. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The following example queries the board for its run status:
SHORT nStatus;
BOOL bEnable;
GxAoStandardWaveformIsRunning(nHandle, &bEnable, &nStatus);