Returns the board summary.
Gx6377GetBoardSummary (nHandle, pszSummary, nSumMaxLen, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6377board. |
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 GX6377 summary string provides the following data from in the order shown:
Instrument Name (e.g., GX6377)
FPGA version (e.g. 0xA002)
Serial Number (e.g. 63770210)
For example, the returned string looks like the following:
“GX6377, FPGA-Version:0xA002, S/N 63770210”