Update all the specified group channels outputs with the load latest values.
GxAoUpdateGroupVoltage (nHandle, nGroup, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX16xx board |
nGroup |
SHORT |
Group number:0. GXAO_GROUPA1. GXAO_GROUPB2. GXAO_GROUPC3. GXAO_GROUPD |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The function updates all the specified group channels outputs with the currently loaded values.
The following example updates group B:
SHORT nStatus;
GxAoUpdateGroupVoltage (nHandle, GXAO_GROUPB, &nStatus);
GxAoSetGroupVoltageRange, GxAoGetGroupVoltageRange, GxAoLoadChannelVoltage, GxAoGetErrorString