Connectable#
- class pyedb.dotnet.database.cell.connectable.Connectable(pedb, edb_object)#
Bases:
pyedb.dotnet.database.cell.layout_obj.LayoutObjManages EDB functionalities for a connectable object.
Overview#
Get connected objects. |
|
Produce a list of all geometries physically connected to a given layout object. |
Net Object. |
|
Get the primitive layer name. |
|
Component connected to this object. |
|
Get the name of the component connected to this object. |
Import detail#
from pyedb.dotnet.database.cell.connectable import Connectable
Property detail#
- property Connectable.net#
Net Object.
- property Connectable.component#
Component connected to this object.
- Returns:
dotnet.database.edb_data.nets_data.EDBComponent
- property Connectable.component_name#
Get the name of the component connected to this object.