list_schematic_nets
List all nets in a KiCad schematic file, with optional filtering for power nets.
Instructions
List all nets in a KiCad schematic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Path to .kicad_sch file | |
| filter_power | No | If True, only show power nets (VCC, GND, etc.) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |