HierarchyObj#

class pyedb.dotnet.database.cell.hierarchy.hierarchy_obj.HierarchyObj(pedb, edb_object)#

Bases: pyedb.dotnet.database.cell.connectable.Connectable

Manages EDB functionalities for a connectable object.

Overview#

component_def

Return the name of the component definition.

location

Return XY coordinates if available.

Import detail#

from pyedb.dotnet.database.cell.hierarchy.hierarchy_obj import HierarchyObj

Property detail#

property HierarchyObj.component_def: str#

Return the name of the component definition.

Returns:
str

Name of the component definition.

property HierarchyObj.location: List[float] | None#

Return XY coordinates if available.

Returns:
list[float] or None

[x, y] if available, else None.