extract_schematic_netlist
Parse a KiCad schematic file to extract detailed netlist information, including components, connections, and labels, for design analysis and integration.
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 |