Get Schematic View
get_schematic_viewRender a KiCad schematic as a PNG or SVG image to visually inspect the design after placing or wiring components.
Instructions
Return a rasterized image of the schematic (PNG by default, or SVG). Uses kicad-cli to export SVG, then converts to PNG via cairosvg. Use this for visual feedback after placing or wiring components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | Image width in pixels (default: 1200) | |
| format | No | Output format (default: png) | |
| height | No | Image height in pixels (default: 900) | |
| schematicPath | Yes | Path to the .kicad_sch file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |