[APD] - how to get dbid of all selected objects

G

Guy Elimelech

Guest
Hi All,

I'm using APD (Allegro Package Designer) and would like to get the selected objects (vias, traces etc.) dbid's.

i've used this code to select the objects:
axlSetFindFilter(?enabled list("noall" "vias") ?onButtons list("noall" "vias"))
axlSingleSelectBox(list(-1000:-2000 0:0))

this will select the via's within the mentioned coordinates.

thanks,
Guy
 
On Sunday, February 16, 2014 2:04:06 PM UTC+2, Andrew Beckett wrote:
On 02/16/14 08:43, Guy Elimelech wrote:

Hi All,



I'm using APD (Allegro Package Designer) and would like to get the

selected objects (vias, traces etc.) dbid's.



i've used this code to select the objects:

axlSetFindFilter(?enabled list("noall" "vias") ?onButtons list("noall" "vias"))

axlSingleSelectBox(list(-1000:-2000 0:0))



this will select the via's within the mentioned coordinates.



thanks,

Guy





Not really my product area, but a quick search in the Allegro

documentation revealed axlGetSelSet() as the function to do this.



Regards,



Andrew.

Thank you very much :)
 
On 02/16/14 08:43, Guy Elimelech wrote:
Hi All,

I'm using APD (Allegro Package Designer) and would like to get the
selected objects (vias, traces etc.) dbid's.

i've used this code to select the objects:
axlSetFindFilter(?enabled list("noall" "vias") ?onButtons list("noall" "vias"))
axlSingleSelectBox(list(-1000:-2000 0:0))

this will select the via's within the mentioned coordinates.

thanks,
Guy

Not really my product area, but a quick search in the Allegro
documentation revealed axlGetSelSet() as the function to do this.

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top