GxSmuGetBoardType

Applies To

GX3104, GX3116e

Purpose

Returns the board model number.

Syntax

GxSmuGetBoardType (nHandle, pnBoardType, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle to a GX3104 or GX3116e board.
pnBoardType
PSHORT
Returns the board type as follows:
1.      GXSMU_DIO_BOARD_TYPE_GX3104
2.    GXSMU_DIO_BOARD_TYPE_GX3116.
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

Returned the currently initialized SMU model, 1 for GX3104, 2 for GX3116e.

Example

The following example returns the board’s calibration information string:

 

SHORT  nBoardType, nStatus;

 

GxSmuGetBoardType (nHandle, &nBoardType, &nStatus);

 

See Also

GxSmuInitialize, GxSmuGetBoardSummary, GxSmuGetErrorString