Returns the board summary.
Gx5642GetBoardSummary (nHandle, szSummary, nSumMaxLen, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX5642 board. |
szSummary |
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 GX5642 summary string provides the following data:
Instrument name (e.g., GX5642)
FPGA version (e.g. 0xA002)
Serial Number (e.g. 56410210)
For example, the returned string could look like the following:
“GX5642, FPGA-Version:0xA002, S/N 56420210”