ExtendedNet#
- class ansys.edb.core.net.extended_net.ExtendedNet(msg)#
Represents an extended net.
Methods
ExtendedNet.add_net
(net)Add a net to the extended net.
Determine if a net exists in the net class.
ExtendedNet.create
(layout, name)Create an extended net.
Delete the layout object.
ExtendedNet.find_by_name
(layout, name)Find an extended net by name in a given layout.
ExtendedNet.get_product_property
(prod_id, ...)Get the product property of the layout object for a given product ID and attribute ID.
ExtendedNet.get_product_property_ids
(prod_id)Get a list of attribute IDs given a product ID for the layout object.
Remove all nets from the extended net.
Remove a net from the extended net.
ExtendedNet.set_product_property
(prod_id, ...)Set the product property of the layout object for a given product ID and attribute ID.
Attributes
str
: Description of the net class.int
: Unique ID of the EDB object.bool
: Flag indicating if the object exists in the database.bool
: Flag indicating in the net class belongs to the power/groundNetClass
class.Layout
: Layout owning the object.EDBObjMessage
: Protobuf message that represents the object's ID.str
: Name of the net class.LayoutObjType
: Layout object type.