Sync Schematic To Board
sync_schematic_to_boardImport the schematic netlist into the PCB board to define footprints and net assignments, enabling component placement and routing. Run after completing the schematic and before board layout.
Instructions
Import the schematic netlist into the PCB board — equivalent to pressing F8 in KiCAD (Tools → Update PCB from Schematic). MUST be called after the schematic is complete and before placing or routing components on the PCB. Without this step, the board has no footprints and no net assignments — place_component and route_pad_to_pad will produce an empty, unroutable board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardPath | Yes | Absolute path to the .kicad_pcb board file | |
| schematicPath | Yes | Absolute path to the .kicad_sch schematic file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |