Gx3722DigitizerHalt

Purpose

Halt all currently on-going acquisition and any waiting for trigger condition.

Syntax

Gx3722DigitizerHalt (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

The function halt all currently on-going acquisition and any waiting for trigger condition.

Example

The following example halt all currently on-going acquisition and any waiting for trigger condition:

 

SHORT nStatus;

 

Gx3722DigitizerHalt(SHORT nHandle, &nStatus);

 

See Also

Gx3722DigitizerArm, Gx3722DigitizerSetTriggerSource, Gx3722DigitizerSetTriggerMode, Gx3722DigitizerSetTriggerThreshold, Gx3722DigitizerSetSampleCount, Gx3722DigitizerTrigger, Gx3722DigitizerReadWaveform, Gx3722DigitizerReadWaveformEx, Gx3722DigitizerSetPxiTrigger, Gx3722DigitizerGetState, Gx3722DigitizerGetSampleStatus, Gx3722DigitizerGetTriggerStatus, GxFpgaGetErrorString