Triggers the counter to make new measurement.
GxCntTrig (nHandle, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a counter board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The following example sets the trigger the counter source to initiate a new measurement:
SHORT nHandle, nStatus;
GxCntTrig (nHandle, &nStatus)
GxCntSetTriggerSource, GxCntSetTriggerSlope, GxCntGetTriggerSlope, GxCntGetFunction, GxCntGetErrorString