Gx6021GetBoardSummary

Purpose

Returns the board summary.

Syntax

Gx6021GetBoardSummary (nHandle, pszSummary, nSumMaxLen, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handle to a GX6021 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.

Comments

The GX6021 summary string provides the following data from the on-board EEPROM in the order shown:

        Instrument Name (e.g., GX6021)

        FPGA version (e.g. 0xA003)

        Daisy Chain connection (e.g. Daisy Chain via group A and L)

For example, the returned string could look like the following:

 

GX6021, FPGA-Version:0xA002

 

See Also

GxSWGetDriverSummary, GXSWGetErrorString