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
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