Export Svg
export_svgGenerate SVG vector images of PCB layouts, selecting specific layers, black-and-white mode, and component outlines for clear documentation and review.
Instructions
Export the PCB layout as an SVG vector image, optionally selecting layers and colour mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layers | No | Optional array of layer names to include (default: all) | |
| outputPath | Yes | Path to save the SVG file | |
| blackAndWhite | No | Whether to export in black and white | |
| includeComponents | No | Whether to include component outlines |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |