Gx3722GetBoardSummary

Purpose

Returns the board information.

Syntax

GxFpgaGetBoardSummary (nHandle, pszSummary, nMaxLen, pnStatus)

Parameters

Name
Type
Comments
nHandle
SHORT
Handl to a GX3722 board.
pszSummary
PSTR
Buffer to contain the returned board info (null terminated) string.
nMaxLen
SHORT
pszSummary buffer size .
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

The function returns the board information of the Gx3722 which includes the FPGA version, and serial number.

Example

The following example returns the board information:

 

CHAR szSummary[1024];

Gx3722GetBoardSummary (nHandle, szSummary, 1024, &nStatus);

Prints:

Gx3722 FLEX FPGA Board, FPGA-Version:0xAA03, S/N: GX37000178-CA-CA-000, Multi-Function board including High-bandwidth I/O, Differential I/O, Waveform Generators and Digitizers

 

See Also

Gx3722Initialize, GxFpgaGetErrorString