Returns the board summary.
Gx6616GetBoardSummary (nHandle, szSummary, nSumMaxLen, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX6616 board. |
szSummary |
PSTR |
Buffer to contain the returned board info (null terminated) string. |
nSumMaxLen |
SHORT |
Size of the buffer to contain the board info string. |
pnStatus |
LPSHORT |
Returned status: 0 on success, negative number on failure. |
The GX6616 summary string provides the following data from in the order shown:
● Instrument Name (e.g., GX6616)
● FPGA version (e.g. 0xA003)
For example, the returned string look like the following:
“GX6616, FPGA-Version:0xB201”