• 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 Capture CIS
  3. Want to fetch the Part Reference and Designator in OrCAD...

Stats

  • State Verified Answer
  • Replies 1
  • Subscribers 43
  • Views 1798
  • Members are here 0
More Content

Want to fetch the Part Reference and Designator in OrCAD Capture CIS

Hussain Aalim
Hussain Aalim 11 months ago

Needed help in fetching the Part Reference and Designator.

I have used GetReference and GetReferenceDesignator both returns the "Reference".

Please help with the command to fetch "Part Reference" and "Designator"

Thanks in advance

  • Sign in to reply
  • Cancel
  • CadAP
    +1 CadAP 11 months ago

    Hi Hussain Aalim,

    There are two method to get it:

    1. use property iterator to itrate over properties of an object.

    NewEffectivePropsIter(status) : returns DboEffectivePropsIter
    Class : DboPortInst(DboBaseObject,DboInstOccMapper):
    Parameters:
    status: DboState &

    2. After selecting object you can use below command to get the property value:

    GetProperty "Part Reference"

    GetProperty "Designator"

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Reject Answer
    • 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