Returns the trigger source.
GxCntGetTriggerSource (nHandle, pnSource, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a counter board. |
pnSource |
PSHORT |
Returns trigger source:
|
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The following example returns the trigger source:
SHORT nHandle, nSource, nStatus;
GxCntGetTriggerSource (nHandle, &nSource, &nStatus)
GxCntGetTriggerSource, GxCntSetTriggerSlope, GxCntGetTriggerSlope, GxCntGetFunction, GxCntGetErrorString