import_ipc2581# Modeler3DLayout.import_ipc2581(ipc_filename, edb_path=None, edb_name=None)[source]# Import an IPC file. Parameters: ipc_filenamestrFull path and name of the IPC file. 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.ImportIPC Copy to clipboard