Import Pcb
import_pcbConvert vendor PCB files (Altium, Eagle, PADS, Allegro) to KiCad .kicad_pcb layout format using kicad-cli's native pcb importer. Handles binary Allegro .brd via auto-detection.
Instructions
Import a vendor PCB file (PADS, Altium, Eagle, CADSTAR, Fabmaster, P-CAD, SolidWorks PCB, or a binary Cadence Allegro .brd) and convert it to a KiCad .kicad_pcb file via kicad-cli's native pcb importer. Binary Cadence Allegro .brd files must use format 'auto' (kicad-cli auto-detects the Allegro binary format; there is no 'allegro' format literal). This only imports PCB/layout data — it does not import schematics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Input format hint (default 'auto'). Use 'auto' for binary Cadence Allegro .brd files — there is no 'allegro' literal in this enum. | |
| inputFile | Yes | Absolute path to the vendor PCB file to import | |
| outputFile | No | Destination .kicad_pcb path (defaults beside inputFile, same basename) | |
| reportFormat | No | Capture a structured import report from kicad-cli (default 'none') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |