kicad.create_net_class
Define custom net classes in KiCad PCB designs to specify trace widths and clearances for different signal types like power or data lines.
Instructions
[Requires open project] Create a net class with specific trace width and clearance. Example: create_net_class(name='Power', trace_width=0.5, clearance=0.3)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| trace_width | No | ||
| clearance | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |