Hi guys,
Have you got a way to retrieve how many times my symbol is present on my PCB?
Well if I have the symbol PB_FREE4.
How I can know how many times this Symbol is in my PCB?
Best regards
try this
length(setof(x axlDBGetDesign()->symbols~>name x == "PB_FREE4"))
hope it helps