edit_schematic_value
Update a component property value in a KiCad schematic by specifying the file path, reference designator, property name, and new value.
Instructions
Update a component property value in a schematic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to .kicad_sch file | |
| reference | Yes | Component reference designator (e.g., "R47") | |
| property_name | Yes | Property to update (e.g., "Value", "Footprint") | |
| new_value | Yes | New value to set |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||