Create Board From Schematic
create_board_from_schematicConvert a .kicad_sch schematic into a .kicad_pcb board, importing all footprints and nets for PCB layout.
Instructions
Create a new .kicad_pcb file from a schematic, then update the PCB from that schematic so footprints and nets are present.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardPath | No | Destination .kicad_pcb path; defaults next to schematic | |
| overwrite | No | Replace boardPath if it already exists | |
| schematicPath | Yes | Absolute path to the .kicad_sch schematic file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |