import_ipc2581#

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

Import an IPC file.

Parameters:
input_filestr

Full path and name of the IPC file.

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