export_design#
- ExportToAedt.export_design(export_format: ExportFormat = None, export_creation_mode: ExportCreationMode = None, export_path: str = None) 'Circuit' | 'Hfss' | 'Hfss3dLayout' | None#
Export the design directly to
AEDTor generate aPythonscript for exporting.When exporting to
AEDT, the design can either be appended to an existing project or overwrite it. When generating a Python script, the script is created and saved to the specified file location.Returns the design object for an exported design when
export_formatis set toExportFormat.DIRECT_TO_AEDT.The returned object type is one of
Circuit,Hfss, orHfss3dLayout.Returns
Noneifexport_formatis set toExportFormat.PYTHON_SCRIPT.