CalRefReset

Purpose

Resets the Reference.

Syntax

CalRefReset (hHandle, plStatus)

Parameters

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

Comments

This function resets the reference to power up state where output is on standby.

Example

The following example resets the reference:

 

LONG   lHandle, lStatus;

 

CalRefReset (lHandle, &lStatus);

 

See Also

CalRefInitialize, CalRefGetError