import_cadence_brd#

Modeler3DLayout.import_cadence_brd(input_file, output_dir=None, name=None)[source]#

Import a cadence board.

Parameters:
input_filestr

Full path and name of the BRD file to import.

output_dirstr, optional

Path where the EDB is to be created. The default is None, in which case the project directory is used.

namestr, optional

Name of the EDB. The default is None, in which case the board name is used.

Returns:
bool

True when successful, False when failed.

References

>>> oImportExport.ImportExtracta