Returns the measurement resolution
GxDmmGetResolution (nHandle, pdwResolution, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle for a GX2065 board. |
pdwResolution |
PDWORD |
Returns the measurement in terms of digits of resolution.
|
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
Resolution determines the number of digits returned in a normalized reading. Larger resolutions will result in slower measurement times for a given function. Setting the resolution will result in the aperture being set to a corresponding value internally when not in a AC function.
The following example gets the resolution:
SHORT nHandle, nStatus;
DWORD dwRange;
GxDmmGetResolution (nHandle, &dwResolution, &nStatus);
GxDmmSetResolution, GxDmmSetRange, GxDmmGetRange, GxDmmSetFunction, GxDmmGetFunction, GxDmmGetErrorString