GxAoStandardWaveformIsRunning

Purpose

Returns whether the board is currently generating waveforms.

Applied To

GX1632e

Syntax

GxAoStandardWaveformIsRunning (nHandle, pbEnable, pnStatus)

Parameters

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.

Example

The following example queries the board for its run status:

 

SHORT nStatus;

BOOL  bEnable;

 

GxAoStandardWaveformIsRunning(nHandle, &bEnable, &nStatus);

 

See Also

GxAoStandardWaveformEnable, GxAoGetErrorString