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_exportlistList of components whose information will be exported to xml file. gds_comps_unitstr, optionalGDS_COMPONENTS section units. Default is "mm". control_pathstr, optionalPath for outputting the XML file. Returns: boolTrue when successful, False when failed.