open_project
Open a KiCad project directly within the KiCad environment by specifying the project path, enabling quick access and interaction with electronic design files.
Instructions
Open a KiCad project in KiCad.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_path": {
"title": "Project Path",
"type": "string"
}
},
"required": [
"project_path"
],
"type": "object"
}