Returns the specified channel input impedance.
GxCntGetChannelImpedance (nHandle, nChannel, pnMode, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a counter board. |
nChannel |
SHORT |
Specified Channel number:
|
pnMode |
PSHORT |
Returned channel’s input impedance mode:
|
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The following example returns channel A impedance mode:
SHORT nHandle, nMode, nStatus;
GxCntGetChannelImpedance (nHandle, GXCNT_CHANNEL_A, &nMode, &nStatus)
GxCntSetChannelImpedance, GxCntGetErrorString