GX3104, GX3116e
Resets the specified channel to its default settings.
GxSmuSourceResetChannel (nHandle, nChannel, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX3104 or GX3116e board. |
nChannel |
SHORT |
GX3104: Specifies the channel number (0-3): GX3104_CHANNEL_1 to GX3104_CHANNEL_4GX3116e: Specifies channel number (0-15) is GX3116_CHANNEL_1 to GX3116_CHANNEL_16. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The function the specified channel number as follows:
GX3104:
Output states disable.
Operating mode constant voltage.
Current range mode Automatic.
Current range 25mA.
Voltage 0.0V.
Current limits 0.0mA.
Setting mode Immediate
Measurement sense Remote
GX3116e:
Output states disable.
Operating mode constant voltage.
Current range mode Automatic.
Currents range 25.6 mA.
Voltage 0.0V.
Currents 0.0mA.
Measurement sense Local
The following example resets channel 1:
GxSmuResetChannel (nHandle, GX3104_CHANNEL_1, &nStatus);
GxSmuSourceSetCurrent, GxSmuSourceSetCurrentLimit, GxSmuSourceSetCurrentClamps, GxSmuSourceSetCurrentRange, GxSmuSourceSetMode, GxSmuSourceSetOutputState, GxSmuSourceSetRangeMode, GxSmuSourceSetVoltage, GxSmuSourceSetVoltageLimit, GxSmuGetErrorString