CalMatrixReset

Purpose

Resets the matrix.

Syntax

CalMatrixReset (hHandle, plStatus)

Parameters

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

Comments

This function resets the matrix to power up state where all relays are open.

Example

The following example resets the matrix:

 

LONG   lHandle, lStatus;

 

CalMatrixReset (lHandle, &lStatus);

 

See Also

CalMatrixClose, CalMatrixOpen, CalMatrixInitialize, CalMatrixGetError