Resets the matrix.
CalMatrixReset (hHandle, plStatus)
Name |
Type |
Comments |
hHandle |
LONG |
Handle for a Matrix. |
plStatus |
PLONG |
Returned status: 0 on success, negative number on failure. |
This function resets the matrix to power up state where all relays are open.
The following example resets the matrix:
LONG lHandle, lStatus;
CalMatrixReset (lHandle, &lStatus);
CalMatrixClose, CalMatrixOpen, CalMatrixInitialize, CalMatrixGetError