Quantcast
Channel: Cadence PCB Skill Forum
Viewing all articles
Browse latest Browse all 2130

Check Pin location?

$
0
0

 Hi everyone!

   How can I check if there is any Pin in a location xy ? I try to do that but not success.

This is my test:

...................................

xy_loc = car(via->startEnd)

axlVisibleDesign(nil)
axlVisibleUpdate(t)
axlVisibleLayer("Pin/Top" t)
axlSetFindFilter(?enabled '(noall pins) ?onButtons '(noall pins))

a1 = axlGetSelSet(axlSingleSelectPoint(xy_loc))
a2 = a1->objType
fprintf(writeOutFile "%L\n", a1)

fprintf(writeOutFile "%L\n", a2)


....................

 I sure  that there is not any pin at my via location, but the result are : a1 = dbid 66582xxxx, a2=ni.

how can I check a location having pin or not and how can get  name of pin if pin exist.


Viewing all articles
Browse latest Browse all 2130

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>