Net#
- class ansys.edb.core.net.net.Net(msg)#
Represents a net.
Methods
Net.create
(layout, name)Create a net.
Delete the layout object.
Net.find_by_name
(layout, name)Find a net by name in a given layout.
Net.get_product_property
(prod_id, attr_id)Get the product property of the layout object for a given product ID and attribute ID.
Net.get_product_property_ids
(prod_id)Get a list of attribute IDs given a product ID for the layout object.
Net.set_product_property
(prod_id, attr_id, ...)Set the product property of the layout object for a given product ID and attribute ID.
Attributes
ExtendedNet
orNone
: Extended net that the net belongs to.int
: Unique ID of the EDB object.bool
: Flag indicating if the object exists in the database.bool
: Flag indicating if the net belongs to a power/groundNetClass
instance.Layout
: Layout owning the object.EDBObjMessage
: Protobuf message that represents the object's ID.str
: Name of the net.LayoutObjType
: Layout object type.list
ofPadstackInstance
: All padstack instances on the net object instance.list
ofLayer
: All terminal instances on the net object instance.list
ofTerminal
: All terminal instances on the net object instance.