pcb_generate_html_report
Generate an interactive, self-contained HTML design review report with collapsible sections, severity filtering, embedded images, and print-friendly styles, based on an existing review session.
Instructions
Generate an interactive self-contained HTML design review report with collapsible sections, severity filtering, embedded images, and print-friendly styles. Must run pcb_run_design_review first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | Color theme: light or dark. Default: light | |
| title | No | Report title. Default: 'PCB Design Review Report' | |
| session_id | Yes | Session ID from pcb_parse_layout | |
| output_path | No | Destination .html file path. Defaults to temp file. |