import_ipc2581#

Modeler3DLayout.import_ipc2581(ipc_filename, edb_path=None, edb_name=None)[source]#

Import an IPC file.

Parameters:
ipc_filenamestr

Full path and name of the IPC file.

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.ImportIPC