Returns the board summary.
Gx6125GetBoardSummary (nHandle, pszSummary, nSumMaxLen, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6125 board. |
pszSummary |
PSTR |
Buffer to contain the returned board info (null terminated) string. |
nSumMaxLen |
SHORT |
Size of the buffer to contain the error string. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The GX6125 summary string provides the following data:
Instrument name (e.g., GX6125)
FPGA version of main board (e.g. 0xA003)
For example, the returned string could look like the following:
GX6125, FPGA Version:0xA000