axlIsHighlighted (
o_dbid
)
==> x_highlightColor/nil
Description
If the object is permanently highlighted returns the highlight color; otherwise nil.
Note: Pins can be highlighted.
Only symbols, nets, pins and DRC errors can be highlighted. Cadence suggests that you do
not highlight drc objects unless they are external DRCs, since Allegro PCB Editor DRCs are
frequently recreated. 作者: deargds 时间: 2013-2-20 21:21
获取已经高亮的零件
axlSetFindFilter( ?enabled list("symbols") ?onButtons "symbols")
axlOpenFindFilter()
if( (checkLimitValue=3) then
symbol_db_list = symbols
else
symbol_db_list = axlGetSelSet(axlAddSelectAll()) ;Make a list of all symbols
) ;end if
axlClearSelSet()