export_bom
Export a Bill of Materials (BOM) as a CSV file from a KiCad schematic. Optionally set the schematic path and output directory, or use configured defaults.
Instructions
Export Bill of Materials (BOM) as CSV.
Args:
schematic_path: Path to .kicad_sch file. Optional; omit to use the configured default.
output_dir: Output directory. Optional; omit to use the configured default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_dir | No | ||
| schematic_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| path | Yes | ||
| format | Yes | ||
| size_bytes | Yes | ||
| component_count | Yes |