Resets the DMM to power up state
GxDmmReset (nHandle, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle for a GX2065 board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function initiates a reset by causing the DMM’s onboard processor to reboot and reload its program from FLASH memory. The result is that all DMM settings are reset to a default, power up condition.
Function: VDC
Volts Range: 10V
Current Range: 20mA
Resistance Range: 10KOhm
Resolution: 6 ½ Digits
Aperture: 10 Power Line Cycles
Auto Range: Off
Trigger Mode: Continuous
AC Math: RMS
AC Min Frequency: 10 hz
AC Input Line Frequency: Not affected
User Calibration
The following resets the DMM:
SHORT nHandle, nStatus;
GxDmmReset (nHandle, &nStatus);
GxDmmInitialize, GxDmmReadEx, GxDmmMeasure, GxDmmMeasureEx, GxDmmSetTriggerMode, GxDmmGetTriggerMode, GxDmmSetRange, GxDmmGetRange, GxDmmSetFunction, GxDmmGetFunction, GxDmmSetLineFrequency, GxDmmGetErrorString