GxSmuReset

Applies To

GX3104, GX3116e

Purpose

Resets the board to its default settings.

Syntax

GxSmuReset (nHandle, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle to a GX3104 or GX3116e board.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

The function the specified channel number as follows:

GX3104:

GX3116e:

Example

The following example initializes and resets the GX3104 board:

 

GxSmuInitialize (1, &nHandle, &nStatus);

GxSmuReset (nHandle, &nStatus);

 

See Also

GxSmuSourceSetCurrent, GxSmuSourceSetCurrentLimit, GxSmuSourceSetCurrentClamps, GxSmuSourceSetCurrentRange, GxSmuSourceSetMode, GxSmuSourceSetOutputState, GxSmuSourceSetRangeMode, GxSmuSourceSetVoltage, GxSmuSourceSetVoltageLimit, GxSmuGetErrorString