extract_project_netlist
Extract netlist information from a KiCad project's schematic by providing the project file path. This tool retrieves and organizes netlist data for further analysis or integration into electronic design workflows.
Instructions
Extract netlist from a KiCad project's schematic.
This tool finds the schematic associated with a KiCad project and extracts its netlist information.
Args: project_path: Path to the KiCad project file (.kicad_pro) ctx: MCP context for progress reporting
Returns: Dictionary with netlist information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ctx | Yes | ||
project_path | Yes |