Gets a group’s synchronization channel for fast transition.
Applied To
GX1632e
GxAoStandardWaveformGetTransitionChannel (nHandle, nGroup, pnTransitionChannel, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX1632e board. |
nGroup |
SHORT |
Group number:0. GXAO_GROUPA1. GXAO_GROUPB2. GXAO_GROUPC3. GXAO_GROUPD |
pnTransitionChannel |
PSHORT |
Channel number:0. GXAO_CHANNEL_01. GXAO_CHANNEL_12. GXAO_CHANNEL_23. GXAO_CHANNEL_34. GXAO_CHANNEL_45. GXAO_CHANNEL_56. GXAO_CHANNEL_67. GXAO_CHANNEL_7 |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
This function will report which channel within a group that this group is synchronizing with for fast transitions. Fast transition is described in detail in the comments for GxAoStandardWaveformEnable.
The following example determines the current synchronization channel to be used by group C during a fast transition:
SHORT nStatus, nChannel;
GxAoStandardWaveformGetTransitionChannel (nHandle, GXAO_GROUPC, &nChannel, &nStatus);
GxAoStandardWaveformEnable, GxAoStandardWaveformSetTransitionChannel, GxAoStandardWaveformSetTransitionGroup, GxAoGetErrorString