GxAoUpdateAllGroupsVoltage

Purpose

Update all group’s channels outputs with the latest load values.

Syntax

GxAoUpdateAllGroupsVoltage (nHandle, pnStatus)

Parameters

Name
Type
Description
nHandle
SHORT
Handle to a GX16xx board.
pnStatus
LPSHORT
Returned status: 0 on success, negative number on failure.

Example

The following example updates all the groups:

 

SHORT nStatus;

GxAoUpdateAllGroupsVoltage (nHandle, &nStatus);

 

See Also

GxAoSetGroupVoltageRange, GxAoGetGroupVoltageRange, GxAoLoadChannelVoltage, GxAoGetErrorString