export#
- Configuration.export(file_path, stackup=True, package_definitions=True, setups=True, sources=True, ports=True, nets=True, pin_groups=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.
- Returns
- ——-
- bool
- file_path