Gx6192/Gx6256/Gx6864MatrixInputSelectorClose

Purpose

Connects inputs to the board matrix

Syntax

Gx6256MatrixInputSelectorClose (nHandle, nInput, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX6192/GX6256/GX6864 board.
nInput
SHORT
Inputs numbers are 0-15  
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

The Gx6256/Gx6192 switching boards contain a matrix.

The Gx6256 matrix connects the mux groups to the global bus lines.

The Gx6192 matrix connects the mux groups to the analog inputs.

This function makes the connection between the board matrix and the "inputs" which can be either global bus lines or analog inputs depending on the type of switching card as described above.

Example

The following example connects input 5 to the board matrix:

 

Gx6256MatrixInputSelectorClose(nHandle, 5, &nStatus);

 

See Also

Gx6192/Gx6256/Gx6864MatrixInputSelectorGetChannel, Gx6192/Gx6256/Gx6864MatrixInputSelectorOpen, GxSWGetErrorString