The control_file.py module#
Summary#
Represents a property in the control file with name, value, and type. |
|
Represents a material in the control file. |
|
Represents a dielectric layer in the control file. |
|
Represents a general layer in the control file. |
|
Represents a via layer in the control file. |
|
Manages stackup information for the control file. |
|
Manages import options for the control file. |
|
Represents extent options for boundaries. |
|
Represents a circuit port. |
|
Represents a component in the control file. |
|
Manages components for the control file. |
|
Manages boundaries for the control file. |
|
Represents a frequency sweep. |
|
Represents a mesh operation. |
|
Represents a simulation setup. |
|
Manages simulation setups. |
|
Main class for EDB control file creation and management. |
Convert a technology file to EDB control file (XML). |
Module detail#
- 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:
Notes
This function is only supported on Linux systems.