Triggers the digitizer and to begin sampling.
Gx3722DigitizerTrigger (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX3722 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
After triggering, the digitizer will continue to run until it reaches the number of samples specified using Gx3722DigitizerSetSampleCount() API. The user can check determine if the sampling has completed using Gx3722GetSampleStatus() API.
The following example triggers the digitizer:
Gx3722DigitizerTrigger (nHandle, &nStatus);
Gx3722DigitizerArm, Gx3722DigitizerHalt, Gx3722DigitizerSetTriggerSource, Gx3722DigitizerSetSampleRate, Gx3722DigitizerSetTriggerMode, Gx3722DigitizerSetTriggerThreshold, Gx3722DigitizerSetSampleCount, Gx3722DigitizerReadWaveform, Gx3722DigitizerReadWaveformEx, Gx3722DigitizerSetPxiTrigger, Gx3722DigitizerGetState, Gx3722DigitizerGetSampleStatus, GxFpgaGetErrorString