pcb_render_board
Render an SVG board view showing component placement, traces, and vias. Filter layers or highlight specific nets and components to analyze the PCB layout.
Instructions
Render SVG board view with component placement, traces, vias. Supports layer filtering, net/component highlighting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layers | No | Optional layer filter (e.g. ['F.Cu']) | |
| width_px | No | SVG width in pixels (default 800) | |
| session_id | Yes | Session ID from pcb_parse_layout | |
| highlight_nets | No | Net names to highlight in red | |
| highlight_components | No | Component references to highlight |