• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Allegro X PCB Editor
  3. Top Placement Report

Stats

  • Replies 2
  • Subscribers 159
  • Views 11556
  • Members are here 0
More Content

Top Placement Report

vimaldevlpr
vimaldevlpr over 4 years ago

Hi,

I would like to take TOP placed component report alone i dont know how to take any one help me.

I wrote this code but shows me nil

procedure(heightrpt()
axlClearSelSet()
vis_list = axlVisibleGet()
axlVisibleDesign(nil)
axlVisibleLayer("ALL /TOP" t)
axlSetFindFilter(?enabled list("noall" "symbols")
?onButtons list("noall" "symbols"))
axlAddSelectAll()
pselect_list = axlGetSelSet()
axlClearSelSet()
axlVisibleSet(vis_list)
Toplist = nil
foreach(pin_db pselect_list
 symbol_dbid = pin_db->refdes
 when(symbol_dbid push(symbol_dbid Toplist))
)
Toplistunq = unique(Toplist)
print(Toplistunq)
)

  • Sign in to reply
  • Cancel
  • B Bruekers
    B Bruekers over 4 years ago

    Try this...

    Toplistunq  = setof(dbid axlDBGetDesign()->symbols and(not(dbid->isMirrored) dbid->objType=="symbol"))
    Botplistunq = setof(dbid axlDBGetDesign()->symbols and(dbid->isMirrored      dbid->objType=="symbol"))

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • vimaldevlpr
    vimaldevlpr over 4 years ago in reply to B Bruekers

    Hi bruekers,

    Thanks for your reply.. I have mirrored component (thru symbol)  also in TOP by using above code its not generating.

    can you please help me to get that symbol report too.

    The symbol placed in Bottom and Top both the symbol mirrored same name & same location.

    While generating by above code these kind of symbols missed.

    Top Symbol:

      

    Bottom Symbol : 

      

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Cadence Guidelines

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information