Gets a group’s synchronization group for fast transition.
Applied To
GX1632e
GxAoStandardWaveformGetTransitionGroup (nHandle, nGroup, pnTransitionGroup, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX1632e board. |
nGroup |
SHORT |
Group number:0. GXAO_GROUPA1. GXAO_GROUPB2. GXAO_GROUPC3. GXAO_GROUPD |
pnTransitionGroup |
PSHORT |
Transition group number:0. GXAO_GROUPA1. GXAO_GROUPB2. GXAO_GROUPC3. GXAO_GROUPD |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function will report which group within a group that this group is synchronizing with for fast transitions. The synchronization channel from that group will be used to the specified group as well as any of its followers. Fast transition is described in detail in the comments for GxAoStandardWaveformEnable.
The following example determines the current synchronization group to be used by group C during a fast transition:
SHORT nStatus, nGroup;
GxAoStandardWaveformGetTransitionChannel (nHandle, GXAO_GROUPA, &nGroup, &nStatus);
GxAoStandardWaveformEnable, GxAoStandardWaveformSetTransitionChannel, GxAoStandardWaveformSetTransitionGroup, GxAoGetErrorString