kicad.export_svg
Export KiCad schematics or PCB layouts to SVG format for documentation, sharing, or integration into other applications.
Instructions
[Requires open project] Export schematic or PCB to SVG. Example: export_svg(output_path='/tmp/sch.svg', target='schematic')
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | Yes | ||
| target | No | schematic |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |