GxDmmReset

Purpose

Resets the DMM to power up state

Syntax

GxDmmReset (nHandle, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle for a GX2065 board.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

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.

Example

The following resets the DMM:

 

SHORT nHandle, nStatus;

GxDmmReset (nHandle, &nStatus);

 

See Also

GxDmmInitialize, GxDmmReadEx, GxDmmMeasure, GxDmmMeasureEx, GxDmmSetTriggerMode, GxDmmGetTriggerMode, GxDmmSetRange, GxDmmGetRange, GxDmmSetFunction, GxDmmGetFunction, GxDmmSetLineFrequency, GxDmmGetErrorString