Method UnmergePinGroup
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
UnmergePinGroup(string[])
Unmerges the channels that are part of the connections in specified pin groups.
public void UnmergePinGroup(string[] mergedChannelsPinGroupNames)
Parameters
mergedChannelsPinGroupNamesstring[]Pin Groups that are to be unmerged.
UnmergePinGroup(string)
Unmerges the channels that are part of the connections in specified pin group.
public void UnmergePinGroup(string mergedChannelsPinGroupName)
Parameters
mergedChannelsPinGroupNamestringPin Group that is to be unmerged.