Resets the Reference.
CalRefReset (hHandle, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Reference. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
This function resets the reference to power up state where output is on standby.
The following example resets the reference:
LONG lHandle, lStatus;
CalRefReset (lHandle, &lStatus);