InterfaceNetObject Interface

Net object interface with important methods and properties for unit tests.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface InterfaceNetObject

Properties

ICMP The Component on the net.
PinIndex The contact pin index.

Methods

GetIPin Gets an IPin object for the index.
GetLabel Searches for the relevant string on the component. GeometryLabel is the same like PinNumber of IPin. ComponentLabel comes from toeprint record name.

See Also