LayoutComponent#

class ansys.edb.core.hierarchy.layout_component.LayoutComponent(msg)#

Class representing a layout component.

Methods

LayoutComponent.export_layout_component(...)

Export a layout component of the provided cell to the specified output file path.

LayoutComponent.import_layout_component(...)

Import a layout component from the .aedbcomp file at the specified file path into the provided layout.

Attributes

LayoutComponent.cell_instance

CellInstance: The underlying cell instance of the layout component.

LayoutComponent.id

int: Unique ID of the EDB object.

LayoutComponent.is_null

bool: Flag indicating if the object exists in the database.

LayoutComponent.msg

EDBObjMessage: Protobuf message that represents the object's ID.