Sets all channels to standby, opens the isolation relays and sets the voltages and current limits to zero.
GxPsReset (nHandle, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
GX7400 slot number. |
pnStatus |
LPSHORT |
Returned status: 0 on success, negative number on failure. |
The following example resets the power supply.
SHORT nHandle, nStatus;
GxPsReset(nHandle, &nStatus);