Opens a Matrix relay on the rear transition module
Gx6256RtmMatrixOpen (nHandle, nChannel, nGlobalBusLine, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6256/GX6864/GX6192 board. |
nChannel |
SHORT |
Instrument channels (0-31) |
nGlobalBusLine |
SHORT |
Global Bus line (0-15) |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The rear transition module contains a matrix that connects instrument inputs to global bus lines (on the backplane).
The following example opens the channel 5 and global bus line 15:
Gx6256RtmMatrixOpen (nHandle, 5, 15, &nStatus);
Gx6192/Gx6256/Gx6864RtmMatrixGetChannel, Gx6192/Gx6256/Gx6864RtmMatrixClose, GxSWGetErrorString