I want to add clearance restrictions in Kicad7 for specific nets.
In Kicad6, I simply assigned the netclases to each net.
I don’t want to add labels because I have several nets where components are just connected to each other:
Can you expand on what you mean? That sounds like a really handy system, but I’m not sure how you set a net class by a sheet instance variable.
(Edit: I think I understand immediately after posting. This is a way of using the net “path” with a given sheet in it for the net pass assignments?
So class x = /sheet1/* would grab all the nets in sheet instance sheet1?
If you aren’t already using multiple sheets, this isn’t a good option. But if you are doing many instances of a filter (or similar), this is a clean way of collecting all nets on a given sheet into one net class.