GX3116e
Issue a software trigger to the specified group of channels.
GxSmuTriggerGroup (nHandle, nGroup, pnStatus)
Name |
Type |
Description |
nHandle |
SHORT |
Handle to a GX3116e board. |
nGroup |
SHORT |
Specifies the group number, group number can be as follows:0. GX3116_GROUP_A_CHANNELS_1_TO_8: Group a contains channel 1 through 81. GX3116_GROUP_B_CHANNELS_9_TO_16: Group a contains channel 9 through 16 |
pnStatus |
PSHORT |
Returned status: 0 on success, negative number on failure. |
The function issues a software trigger to the specified group of channels. If any of the trigger functionality of the group is enabled, then a trigger signal will be generated.
The following example issues a software trigger to group B:
SHORT nStatus;
GxSmuTriggerGroup(nHandle, GX3116_GROUP_B_CHANNELS_9_TO_16, &nStatus);
GxSmuTrigGetTriggerStatus, GxSmuTrigGetTriggerToPxiBusLine, GxSmuTrigSetAnyTriggerToAllGroups, GxSmuTrigSetAnyTriggerToConnector, GxSmuTrigSetExternalTriggerToGroup, GxSmuTrigSetPxiTriggerBusLineToGroup, GxSmuTrigSetStarTriggerToGroup, GxSmuTrigSetTriggerToPxiBusLine, SmuGetErrorString,