pcb_parse_schematic
Parse schematic files in any format (KiCad, Altium, PDF, netlist) to extract components and nets into the session for further analysis.
Instructions
Parse a schematic file with auto format detection (.kicad_sch, .SchDoc, .pdf, .net). Populates schematic_components and schematic_nets on the session. Use over pcb_parse_schematic_pdf when you want format-agnostic parsing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Force a specific parser. | auto |
| file_path | Yes | Path to schematic file. | |
| session_id | No | Existing session id (reuses session if provided). |