import_ipc2581#
- Modeler3DLayout.import_ipc2581(input_file, output_dir=None, name=None)#
Import an IPC file.
- Parameters:
- input_file
str Full path and name of the IPC file.
- output_dir
str,optional Path where the EDB is to be created. The default is
None, in which case the project directory is used.- name
strorpathlib.Path,optional Name of the EDB. The default is
None, in which case the board name is used.
- input_file
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oImportExport.ImportIPC