GX1110, GX1120
Function Generator and Arbitrary Waveform Generator modes.
Returns the board type.
GtWaveGetBoardType (nHandle, pnBoardType, pnStatus)
Name |
Type |
Comments |
nHandle |
SHORT |
Handle to a GX11X0 board. |
pnBoardType |
PSHORT |
Board type are:1. GTWAVE_BOARD_TYPE_1110: board type is GX1120.2. GTWAVE_BOARD_TYPE_1120: board type is GX1120. |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The following example returns the board type:
SHORT nBoardType;
GtWaveGetBoardType (nHandle, &nBoardType, &nStatus);
GtWaveInitialize, GtWaveGetErrorString