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
ExtendedNetorNone: Extended net that the net belongs to.int: Unique ID of the EDB object.boolFlag indicating if this the "no net" (empty) net.bool: Flag indicating if the object exists in the database.bool: Flag indicating if the net belongs to a power/groundNetClassinstance.Layout: Layout owning the object.EDBObjMessage: Protobuf message that represents the object's ID.str: Name of the net.LayoutObjType: Layout object type.listofPadstackInstance: All padstack instances on the net object instance.listofLayer: All terminal instances on the net object instance.listofTerminal: All terminal instances on the net object instance.