import_cadence_brd#

Modeler3DLayout.import_cadence_brd(brd_filename, edb_path=None, edb_name=None)[source]#

Import a cadence board.

Parameters:
brd_filenamestr

Full path and name of the BRD file to import.

edb_pathstr, optional

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

edb_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