export#
- Configuration.export(file_path, stackup=True, package_definitions=True, setups=True, sources=True, ports=True, nets=True, pin_groups=True, operations=True, components=True, boundaries=True, s_parameters=True, padstacks=True, general=True)[source]#
Export the configuration data from layout to a file.
- Parameters:
- file_path
str
,Path
File path to export the configuration data.
- stackupbool
Whether to export stackup or not.
- package_definitionsbool
Whether to export package definitions or not.
- setupsbool
Whether to export setups or not.
- sourcesbool
Whether to export sources or not.
- portsbool
Whether to export ports or not.
- netsbool
Whether to export nets.
- pin_groupsbool
Whether to export pin groups.
- operationsbool
Whether to export operations.
- componentsbool
Whether to export component.
- boundariesbool
Whether to export boundaries.
- s_parametersbool
Whether to export s_parameters.
- padstacksbool
Whether to export padstacks.
- generalbool
Whether to export general information.
- Returns
- ——-
- bool
- file_path