COM Interface: ISchNet
This class provides access to the net in the schematic design. It is different from ISchSheetNet, as it represents abstract connections rather than net objects.
Members
Properties
Property | Description |
---|---|
ISchPins ConnectedPins {get} | Returns a list of pins that are connected to the net. |
BSTR InstanceLabel {get} | Returns the instance label of the net. |
ISchProperties Properties {get} | Returns the collection of properties for the net. The response time increases in proportion to the number of associated sheet nets, the number of net segments in each sheet net, and the number of properties of each segment. |
ISchSheetNets SheetNets {get} | Returns the collection of bundled sheet nets that has the same instance label as this net. |