get_netlist_components
Retrieve all components and their network connections from a KiCad netlist file. Optionally filter by reference prefix like 'R' or 'C'.
Instructions
Get all components from netlist with their network connections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| netlist_path | Yes | Path to .xml netlist file | |
| filter_ref | No | Optional reference filter (e.g., 'R', 'U', 'C') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |