• 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. how can i take value of component (or symbol) through skill...

Stats

  • Replies 3
  • Subscribers 159
  • Views 13315
  • Members are here 0
More Content

how can i take value of component (or symbol) through skill?

archive
archive over 20 years ago

hi ,

help me ,
how can i take value of component (or symbol) through skill?

thanks


Originally posted in cdnusers.org by microhelp
  • Sign in to reply
  • Cancel
  • archive
    archive over 20 years ago

    cadr(assoc('VALUE, axlDBGetProperties(comp ->compdef)))


    Originally posted in cdnusers.org by nzdave
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • archive
    archive over 20 years ago

    thanks

    haojingchao.chinese


    Originally posted in cdnusers.org by microhelp
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • andakConsultingLtd
    andakConsultingLtd 4 months ago

    Hello there,

    First of all make sure you pass the value from OrCAD Capture to PCB by enabling it in allegro.cfg file:

    Thus, under [ComponentDefinitionProps] section, make sure VALUE=YES

    The following SKILL code should help you get started with your task, you can run them line by line in your SKILL command line:

    axlSetFindFilter(?enabled `("NOALL" "COMPONENTS") ?onButtons `("COMPONENTS"))

    axlSelect(?prompt "Select component by pick.")

    compID = car( axlGetSelSet())

    componentValue = compID->compdef->prop->VALUE

    • 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