Constructor GangingInfo
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
GangingInfo(string, int)
Constructs a NationalInstruments.SemiconductorTestLibrary.Common.GangingInfo object for a leader channel.
public GangingInfo(string groupName, int channelsCount)Parameters
groupNamestring-
Name of the pin group to be ganged.
channelsCountint-
Number of pins or channels in a ganged pin group.
GangingInfo(string, int, string, string, string, string)
Constructs a NationalInstruments.SemiconductorTestLibrary.Common.GangingInfo object for a follower channel.
public GangingInfo(string groupName, int channelsCount, string sourceTriggerName, string startTriggerName, string sequenceAdvanceTriggerName, string measureTriggerName)Parameters
groupNamestring-
Name of the pin group to be ganged.
channelsCountint-
Number of pins or channels in a ganged pin group.
sourceTriggerNamestring-
Name of the trigger line to use for the synchronization of outputs.
startTriggerNamestring-
Name of the trigger line to use for the synchronization of output sequence.
sequenceAdvanceTriggerNamestring-
Name of the trigger line to use for the synchronization of sequence loops.
measureTriggerNamestring-
Name of the trigger line to use for the synchronization of measurements.