• 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 Scripting - TCL
  3. Modify properties based on REFDES with ASC

Stats

  • State Verified Answer
  • Replies 2
  • Subscribers 12
  • Views 1131
  • Members are here 0
More Content

Modify properties based on REFDES with ASC

Gelzone
Gelzone 4 months ago

I have found a command in the document that can modify property - modifyProp.

It seems that it can modify properties by select a component or just modify all by the scope parameter.

I would like to know if there is any way to modify properties when given REFDEF? (e.g. given "R1", I can modify its PART_NUMBER)

  • Cancel
  • Sign in to reply
Parents
  • CadAP
    +1 CadAP 4 months ago

    Gelzone 

    You can create a tcl proc which can be used to work when refed value is given.

    for example,

    proc userpropmodify {refded} {

    #Get value of refdes from schematic

    If {$refded == {Value taken form schematic}} {

    modifyprop -name -value

    }

    }

    Please check our ASK portal to get articles related to this query.

    Hope it helps

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Gelzone
    0 Gelzone 4 months ago in reply to CadAP

    I have found what I need in the Cadence ASK. Thanks!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • Gelzone
    0 Gelzone 4 months ago in reply to CadAP

    I have found what I need in the Cadence ASK. Thanks!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
No Data
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