export_gds_comp_xml#

Edb.export_gds_comp_xml(comps_to_export, gds_comps_unit='mm', control_path=None)[source]#

Exports an XML file with selected components information for use in a GDS import.

Parameters:
comps_to_exportlist

List of components whose information will be exported to xml file.

gds_comps_unitstr, optional

GDS_COMPONENTS section units. Default is "mm".

control_pathstr, optional

Path for outputting the XML file.

Returns:
bool

True when successful, False when failed.