Returns the board summary.
Gx6256GetBoardSummary (nHandle, pszSummary, nSumMaxLen, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6256/GX6864/GX6192 board. |
pszSummary |
PSTR |
Buffer to contain the returned board info (null terminated) string. |
nSumMaxLen |
SHORT |
Size of the buffer to contain the board info string. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The GX6256 summary string provides the following data from in the order shown:
Instrument Name (e.g., GX6256)
FPGA version (e.g. 0xA002)
Serial Number (e.g. 62560210)
For example, the returned string looks like the following:
“GX6256 6U High Density 16 16x2 Mux, FPGA-Version:0xA003, S/N 62561234”