GX3104, GX3116e
Returns the board model number.
GxSmuGetBoardType (nHandle, pnBoardType, pnStatus)
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_GX31042. GXSMU_DIO_BOARD_TYPE_GX3116. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
Returned the currently initialized SMU model, 1 for GX3104, 2 for GX3116e.
The following example returns the board’s calibration information string:
SHORT nBoardType, nStatus;
GxSmuGetBoardType (nHandle, &nBoardType, &nStatus);