Batch Edit Schematic Components
batch_edit_schematic_componentsEdit multiple schematic components in one call by specifying reference and field changes. Get per-component updates and errors for efficient batch modifications.
Instructions
Edit multiple existing components in one call. 'components' is a map {reference: {value?, footprint?, newReference?, ...}}; each entry is applied via the single-component editor. Returns per-reference updated/errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| components | Yes | Map of reference -> fields to change | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |