import_cadence_brd#
- Modeler3DLayout.import_cadence_brd(input_file, output_dir=None, name=None)#
Import a cadence board.
- Parameters:
- input_file
str
Full path and name of the BRD file to import.
- output_dir
str
,optional
Path where the EDB is to be created. The default is
None
, in which case the project directory is used.- name
str
orpathlib.Path
,optional
Name of the EDB. The default is
None
, in which case the board name is used.
- input_file
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oImportExport.ImportExtracta