import_edb#
- Hfss3dLayout.import_edb(input_folder: str | Path) bool#
Import EDB.
- Parameters:
- input_folder
strorpathlib.Path,optional Full path to EDB.
- input_folder
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.ImportEDB
Examples
>>> from ansys.aedt.core import Hfss3dLayout >>> hfss3d = Hfss3dLayout() >>> hfss3d.import_edb(input_folder="c:/temp/my_design.aedb")