IStepSplitNet(ListString) Method

Split nets in pieces, if there are more than one element group in the net(s).

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public bool SplitNet(
	List<string> netsToSplit
)

Parameters

netsToSplit  ListString
List with all net names to split.

Return Value

Boolean
True if net was splitted.

See Also