import_cadence_file#
- Edb.import_cadence_file(inputBrd, WorkDir=None, anstranslator_full_path='', use_ppe=False)[source]#
Import a board file and generate an
edb.def
file in the working directory.- Parameters:
- inputBrd
str
Full path to the board file.
- WorkDir
str
,optional
Directory in which to create the
aedb
folder. The default value isNone
, in which case the AEDB file is given the same name as the board file. Only the extension differs.- anstranslator_full_path
str
,optional
Full path to the Ansys translator.
- use_ppebool,
optional
Whether to use the PPE License. The default is
False
.
- inputBrd
- Returns:
- bool
True
when successful,False
when failed.