GX3104, GX3116e
Recall and apply settings to all channels as they were last saved to the on-board EEPROM, by the user.
GxSmuRecallSettings (nHandle, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX3104 or GX3116e board. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
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.
The following example saves all the settings to the initialized on-board EEPROM, and recall them:
SHORT nStatus;
GxSmuSaveSettings (nHandle, &nStatus);
GxSmuRecallSettings (nHandle, &nStatus);
GxSmuSourceSetCurrent, GxSmuSourceSetCurrentLimit, GxSmuSourceSetCurrentClamps, GxSmuSourceSetCurrentRange, GxSmuSourceSetMode, GxSmuSourceSetOutputState, GxSmuSourceSetRangeMode, GxSmuSourceSetVoltage, GxSmuSourceSetVoltageLimit, GxSmuGetErrorString