Export Sch Python Bom
export_sch_python_bomExport the legacy Python-BOM XML netlist from a .kicad_sch schematic, producing the intermediate file consumed by Python BOM scripts.
Instructions
Export the legacy Python-BOM intermediate XML from a schematic via kicad-cli (sch export python-bom). This is the XML netlist consumed by the schematic editor's Python BOM scripts. Minimal option set (output + input only). schematicPath is REQUIRED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | Yes | Output XML file path | |
| schematicPath | Yes | Path to the .kicad_sch (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |