GxPsRecallSettings

Purpose

Recalls the last set of stored values from the EEPROM.

Syntax

GxPsRecallSetting (nHandle,  nChannel, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
GX7400 slot number.
nChannel
SHORT
Specifies the Channel to recall the parameters for:
1. GXPS_CHANNEL1: Channel 1
2. GXPS_CHANNEL2: Channel 2
pnStatus
LPSHORT
Returned status: 0 on success, negative number on failure.

Comments

If there were no prior calling to GxPsStoreSettings, the voltage and current limits are zero and the output state is set to Standby.

The AC Power must be connected in order to apply settings correctly.

Example

The following example recalls Channel 1 settings.

 

SHORT nHandle, nStatus;

GxPsRecallSetting (nHandle, GXPS_CHANNEL1, &nStatus);

 

See Also

GxSpSetVoltage, GxPsGetVoltage, GxPsSetCurrentLimit, GxPsGetCurrent, GxPsGetCurrentLimit, GxPsSetStandby, GxPsGetStandby, GxPsGetErrorString, GxPsInitialize