Hey there. I have a component called “test point” which has only one pin and as footprint just a small copper circle without solder mask. Additionally its value and a small dot is on another layer so that I have an overview of all test points for my documentation which looks something like this:
So my question is, any idea how I could automate the assignment of the net name to the value of the component? I tried ${NET_NAME} in the value field but that obviously does not work. Any ideas?
Ok, it’s working fine with one downside: it shows the full path of the net name which is not really necessary. I tried using SHORT_NET_NAME(1) but this does not seem to work in the value field