Get Schematic View Region
get_schematic_view_regionExport a cropped region of a KiCad schematic as a PNG or SVG image by specifying bounding box coordinates in millimeters, for inspecting specific wiring or layout details.
Instructions
Export a cropped region of the schematic as an image (PNG or SVG). Specify bounding box coordinates in schematic mm. Useful for zooming into a specific area to inspect wiring or layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | Left X coordinate of the region in mm | |
| x2 | Yes | Right X coordinate of the region in mm | |
| y1 | Yes | Top Y coordinate of the region in mm | |
| y2 | Yes | Bottom Y coordinate of the region in mm | |
| width | No | Output image width in pixels (default: 800) | |
| format | No | Output image format (default: png) | |
| height | No | Output image height in pixels (default: 600) | |
| schematicPath | Yes | Path to the .kicad_sch schematic file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |