Recalls the last set of stored values from the EEPROM.
GxPsRecallSetting (nHandle, nChannel, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
GX7400 slot number. |
nChannel |
SHORT |
Specifies the Channel to recall the parameters for:1. GXPS_CHANNEL1: Channel 12. GXPS_CHANNEL2: Channel 2 |
pnStatus |
LPSHORT |
Returned status: 0 on success, negative number on failure. |
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.
The following example recalls Channel 1 settings.
SHORT nHandle, nStatus;
GxPsRecallSetting (nHandle, GXPS_CHANNEL1, &nStatus);
GxSpSetVoltage, GxPsGetVoltage, GxPsSetCurrentLimit, GxPsGetCurrent, GxPsGetCurrentLimit, GxPsSetStandby, GxPsGetStandby, GxPsGetErrorString, GxPsInitialize