get_netlist_nets
Extracts nets from a KiCad netlist XML file, with optional regex filtering to refine net names.
Instructions
Get all nets from netlist file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| netlist_path | Yes | Path to .xml netlist file | |
| filter_pattern | No | Optional regex pattern to filter net names |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |