GxSmuRecallSettings

Applies To

GX3104, GX3116e

Purpose

Recall and apply settings to all channels as they were last saved to the on-board EEPROM, by the user.

Syntax

GxSmuRecallSettings (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 recall and apply settings to all channels as they were last saved to the on-board EEPROM, by the user.

NOTE: Recall settings sets all channels’ outputs to OFF.

Example

The following example saves all the settings to the initialized on-board EEPROM, and recall them:

 

SHORT nStatus;

 

GxSmuSaveSettings (nHandle, &nStatus);

GxSmuRecallSettings (nHandle, &nStatus);

 

See Also

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