COM Interface: ISchSheetNet

This class provides access to the net or bus object in the schematic sheet.

Members

Properties

Property Description
long BitCount {get} Returns the bit count for the net.
long BitNumber {get} Returns the order of this net in the bundle. If the net is not bundled, then the command fails.
ISchSheetNet Bundle {get} Returns the parent net that bundles this net.
VARIANT_BOOL Bundled {get} If the net is bundled, then the value "true" is returned.
ISchSheetNets BundledNets {get} Returns a list of the bundled nets within the net.
ISchPins ConnectedPins {get} Returns a list of the pins that are connected to the net.
BSTR InstanceLabel {get} Returns the instance label of the net.
VARIANT_BOOL IsBus {get} If the net is a bus, then the value "true" is returned.
VARIANT_BOOL IsConnected {get} If the net is connected, then the value "true" is returned.
VARIANT_BOOL IsGlobal {get} If the net is connected to global connectors, then the value "true" is returned.
VARIANT_BOOL IsHierarchical {get} If the net is connected to hierarchical connectors, then the value "true" is returned.
BSTR Label {get} Returns the 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 net segments in the net, and the number of properties of each segment.