Resets the Power Supply.
CalPsReset (hHandle, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Power Supply. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
This function resets the power supply to power up state where all relays are off and all Current Limits and Voltages are set to 0.
The following example resets the power supply:
LONG lHandle, lStatus;
CalPsReset (lHandle, &lStatus);