Disconnects inputs to the board matrix
Gx6256MatrixInputSelectorOpen (nHandle, nInput, pnStatus)
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. |
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 breaks 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.
The following example disconnects input 5 to the board matrix:
Gx6256MatrixInputSelectorOpen(nHandle, 5, &nStatus);
Gx6192/Gx6256/Gx6864MatrixInputSelectorGetChannel, Gx6192/Gx6256/Gx6864MatrixInputSelectorClose, GxSWGetErrorString