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: layoutLayoutLayout to be exported. output_aedb_comp_pathstrFile path to export the .aedbcomp file to. Returns: boolTrue if layout component is successfully exported, False otherwise.