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. |
|
Get or set whether this primitive or padstack instance has a DCIR equipotential region. If this padstack |
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.
Method detail#
- Connectable.get_connected_object_id_set()#
Produce a list of all geometries physically connected to a given layout object.
- Returns:
listFound connected objects IDs with Layout object.
- Connectable.get_em_properties() pyedb.generic.product_property.EMProperties#
- Connectable.set_em_properties(em_properties: pyedb.generic.product_property.EMProperties)#