InterfaceMatrixGetShortsOnNegativLayer Method

create a list of net nrs and all connected net nrs.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Dictionary<int, List<int>> GetShortsOnNegativLayer(
	string layerName
)

Parameters

layerName  String
 

Return Value

DictionaryInt32, ListInt32
nets with shorts

See Also