Update all group’s channels outputs with the latest load values.
GxAoUpdateAllGroupsVoltage (nHandle, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX16xx board. |
pnStatus |
LPSHORT |
Returned status: 0 on success, negative number on failure. |
The following example updates all the groups:
SHORT nStatus;
GxAoUpdateAllGroupsVoltage (nHandle, &nStatus);
GxAoSetGroupVoltageRange, GxAoGetGroupVoltageRange, GxAoLoadChannelVoltage, GxAoGetErrorString