CalPsReset

Purpose

Resets the Power Supply.

Syntax

CalPsReset (hHandle, plStatus)

Parameters

Name
Type
Comments
hHandle
LONG
Handle for a Power Supply.
plStatus
PLONG
Returned status: 0 on success, negative number on failure.

Comments

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.

Example

The following example resets the power supply:

 

LONG   lHandle, lStatus;

 

CalPsReset (lHandle, &lStatus);

 

See Also

CalPsInitialize, CalPsGetError