kicad.get_symbol_info
Retrieve detailed information about KiCad schematic symbols, including pin configurations, properties, and datasheet references, to support electronic design workflows.
Instructions
Get detailed info for a specific symbol: pins, properties, datasheet. Example: get_symbol_info(library='Device', symbol='R')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library | Yes | ||
| symbol | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |