The xml_control_file.py module#
Summary#
Class that manages the Stackup info. |
|
Import Options. |
|
Extent options. |
|
Circuit Port. |
|
Components. |
|
Class for component management. |
|
Boundaries management. |
|
Setup Class. |
|
Setup manager class. |
|
Control File Class. It helps the creation and modification of edb xml control files. |
Convert a technology file to edb control file (xml). |
Module detail#
- xml_control_file.convert_technology_file(tech_file, edbversion=None, control_file=None)#
Convert a technology file to edb control file (xml).
Warning
Do not execute this function with untrusted function argument, environment variables or pyedb global settings. See the security guide for details.
- Parameters:
- Returns:
strControl file full path if created.