GxPsStoreSettings

Purpose

Stores all the specified channel’s parameters to the on-board EEPROM. The EEPROM will store the channel voltage, current limit and the On/Standby state.

Syntax

GxPsStoreSettings (nHandle, nChannel, pnStatus)

Parameters

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

Comments

The AC Power must be connected in order to store current settings propely.

Example

The following example stores Channel 1 settings.

 

SHORT nHandle, nStatus;

GxPsStoreSettings (nHandle, GXPS_CHANNEL1, &nStatus);

 

See Also

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