Returns the Calibration mode
GxCntGetCalibrationMode (nHandle, pnMode, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a counter board. |
pnMode |
PSHORT |
Returned Calibration mode:
|
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The calibration mode controls how often the calibration routine is invoked.
The following example returns the Calibration mode:
SHORT nHandle, nMode, nStatus;
GxCntGetCalibrationMode (nHandle, &nMode, &nStatus)
GxCntSetCalibrationMode, GxCntGetErrorString