analyze_schematic_connections
Analyze KiCad schematic connections to identify power nets, signal paths, and potential issues. Processes .kicad_sch files within the KiCad MCP Server for detailed electrical connectivity insights.
Instructions
Analyze connections in a KiCad schematic.
This tool provides detailed analysis of component connections, including power nets, signal paths, and potential issues.
Args: schematic_path: Path to the KiCad schematic file (.kicad_sch) ctx: MCP context for progress reporting
Returns: Dictionary with connection analysis
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ctx | Yes | ||
schematic_path | Yes |