Table of Contents

Constructor GangingInfo

Namespace
NationalInstruments.SemiconductorTestLibrary.Common
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

groupName string

Name of the pin group to be ganged.

channelsCount int

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

groupName string

Name of the pin group to be ganged.

channelsCount int

Number of pins or channels in a ganged pin group.

sourceTriggerName string

Name of the trigger line to use for the synchronization of outputs.

startTriggerName string

Name of the trigger line to use for the synchronization of output sequence.

sequenceAdvanceTriggerName string

Name of the trigger line to use for the synchronization of sequence loops.

measureTriggerName string

Name of the trigger line to use for the synchronization of measurements.