extract_schematic_netlist
Parse KiCad schematic files to extract detailed netlist data, including components, connections, and labels, for seamless integration into electronic design workflows.
Instructions
Extract netlist information from a KiCad schematic.
This tool parses a KiCad schematic file and extracts comprehensive netlist information including components, connections, and labels.
Args: schematic_path: Path to the KiCad schematic file (.kicad_sch) ctx: MCP context for progress reporting
Returns: Dictionary with netlist information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ctx | Yes | ||
schematic_path | Yes |