Method MergePinGroup
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
MergePinGroup(string[])
Merges the channels that are part of the connections in specified pin groups.
public void MergePinGroup(string[] mergedChannelsPinGroupNames)
Parameters
mergedChannelsPinGroupNamesstring[]Pin Groups that are to be merged.
MergePinGroup(string)
Merges the channels that are part of the connections in specified pin group into the channel corresponding to the first pin in the pin group.
public void MergePinGroup(string mergedChannelsPinGroupName)
Parameters
mergedChannelsPinGroupNamestringPin Group that is to be merged.