Halt all currently on-going acquisition and any waiting for trigger condition.
Gx3722DigitizerHalt (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX3722 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The function halt all currently on-going acquisition and any waiting for trigger condition.
The following example halt all currently on-going acquisition and any waiting for trigger condition:
SHORT nStatus;
Gx3722DigitizerHalt(SHORT nHandle, &nStatus);
Gx3722DigitizerArm, Gx3722DigitizerSetTriggerSource, Gx3722DigitizerSetTriggerMode, Gx3722DigitizerSetTriggerThreshold, Gx3722DigitizerSetSampleCount, Gx3722DigitizerTrigger, Gx3722DigitizerReadWaveform, Gx3722DigitizerReadWaveformEx, Gx3722DigitizerSetPxiTrigger, Gx3722DigitizerGetState, Gx3722DigitizerGetSampleStatus, Gx3722DigitizerGetTriggerStatus, GxFpgaGetErrorString