import_ipc2581# Modeler3DLayout.import_ipc2581(input_file, output_dir=None, name=None)[source]# Import an IPC file. Parameters: input_filestrFull path and name of the IPC file. output_dirstr, optionalPath where the EDB is to be created. The default is None, in which case the project directory is used. 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