create_schematic
Creates a new empty KiCad 9 schematic file at the specified path. Use this to initialize a schematic for electronic design.
Instructions
Create a valid empty KiCad 9 schematic file.
Args:
schematic_path: Path for the new .kicad_sch file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schematic_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |