import_cadence_brd# Modeler3DLayout.import_cadence_brd(brd_filename, edb_path=None, edb_name=None)[source]# Import a cadence board. Parameters: brd_filenamestrFull path and name of the BRD file to import. edb_pathstr, optionalPath where the EDB is to be created. The default is None, in which case the project directory is used. edb_namestr, optionalName of the EDB. The default is None, in which case the board name is used. Returns: boolTrue when successful, False when failed. References >>> oImportExport.ImportExtracta Copy to clipboard