GxAoUpdateGroupVoltage

Purpose

Update all the specified group channels outputs with the load latest values.

Syntax

GxAoUpdateGroupVoltage (nHandle, nGroup, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle to a GX16xx board
nGroup
SHORT
Group number:
0.   GXAO_GROUPA
1.   GXAO_GROUPB
2.   GXAO_GROUPC
3.   GXAO_GROUPD
pnStatus
PSHORT
Returned status: 0 on success, negative number on failure.

Comments

The function updates all the specified group channels outputs with the currently loaded values.

Example

The following example updates group B:

 

SHORT nStatus;

 

GxAoUpdateGroupVoltage (nHandle, GXAO_GROUPB, &nStatus);

 

See Also

GxAoSetGroupVoltageRange, GxAoGetGroupVoltageRange, GxAoLoadChannelVoltage, GxAoGetErrorString