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.
GxPsStoreSettings (nHandle, nChannel, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
GX7400 slot number. |
nChannel |
SHORT |
Specifies the Channel to store it parameters:1. GXPS_CHANNEL1: Channel 12. GXPS_CHANNEL2: Channel 2 |
pnStatus |
LPSHORT |
Returned status: 0 on success, negative number on failure, >0 for warning. |
The AC Power must be connected in order to store current settings propely.
The following example stores Channel 1 settings.
SHORT nHandle, nStatus;
GxPsStoreSettings (nHandle, GXPS_CHANNEL1, &nStatus);
GxPsRecallSettings, GxSpSetVoltage, GxPsGetVoltage, GxPsSetCurrentLimit, GxPsGetCurrent, GxPsGetCurrentLimit, GxPsSetStandby, GxPsGetStandby, GxPsGetErrorString, GxPsInitialize