export_layout_component#

classmethod LayoutComponent.export_layout_component(layout, output_aedb_comp_path)#

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

Parameters:
layoutLayout

Layout to be exported.

output_aedb_comp_pathstr

File path to export the .aedbcomp file to.

Returns:
bool

True if layout component is successfully exported, False otherwise.