Gx3722ArbStop

Purpose

Stops waveform generation.

Syntax

Gx3722ArbStop (nHandle, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX3722 board.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

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.

Example

The following stops waveform generation on both channels:

 

SHORT nStatus;

 

Gx3722ArbStop (nHandle, &nStatus);

 

See Also

Gx3722ArbSetMode, Gx3722ArbWriteWaveform, Gx3722ArbReadWaveform, Gx3722ArbStart, GxFpgaGetErrorString