kicad.open_project
Open an existing KiCad project to set session context for subsequent PCB design tools, enabling schematic creation, layout management, and design rule checks.
Instructions
Open an existing KiCad project. Sets session context for all subsequent tools. Example: open_project(path='/path/to/project.kicad_pro')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |