GxAoGetBoardAccuracy

Purpose

Returns the board minimum per channel resolution.

Syntax

GxAoGetBoardAccuracy (nHandle, pnAccuracy, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle to a GX16xx board.
pnAccuracy
PSHORT
Returns the board Accuracy, values are:
0.      GXAO_ACCURACY_2MV
1.    GXAO_ACCURACY_5MV
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

Board accuracy depends on the board factory installed output amplifier type.

Example

The following example returns the board accuracy:

 

SHORT nStatus, nAccuracy;

GxAoGetBoardAccuracy (nHandle, &nAccuracy, &nStatus);

 

See Also

GxAoGetBoardSummary, GxAoGetDriverSummary, GxAoGetErrorString