Sets the Calibration mode.
GxCntSetCalibrationMode (nHandle, nMode, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a counter board. |
nMode |
SHORT |
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 sets the Calibration mode to on:
SHORT nHandle, nStatus;
GxCntSetCalibrationMode (nHandle, GXCNT_CAL_ON, &nStatus)
GxCntGetCalibrationMode, GxCntGetErrorString