GxAoResetGroup

Purpose

Resets the specified group to the default state.

Syntax

GxAoResetGroup (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 specified groups will be reset to:

Example

The following example resets group A:

 

SHORT nStatus;

 

GxAoResetGroup(nHandle, GXAO_GROUPA, &nStatus);

 

See Also

GxAoSetChannelVoltage, GxAoGetChannelVoltage, GxAoSetGroupVoltageRange, GxAoGetGroupVoltageRange, GxAoGetErrorString