Table of Contents

Method UnmergePinGroup

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

mergedChannelsPinGroupNames string[]

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

mergedChannelsPinGroupName string

Pin Group that is to be unmerged.