• 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. PCB Design
  3. Custom report generation

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 165
  • Views 14067
  • Members are here 0
More Content
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Custom report generation

JD Mill
JD Mill over 6 years ago

I am trying to create a custom report in Orcad PCB Editor that outputs the internal Part Number we have assigned.
My schematic  symbol has defined a property of "User Part Number". That creates Attached text:
   class      = USER PART NUMBER
   subclass   = ASSEMBLY_TOP
   value      = 5041210
in the footprint.
   
My question is what do I need to add to the symbol to get the part number to show up in the report using:
 
# This is an extract command file
# generated by the Extract UI.
#
COMPONENT
REFDES
REFDES_SORT
SYM_CENTER_X
SYM_CENTER_Y
PART_NUMBER
END

  • Cancel
  • KMani
    KMani over 6 years ago

    Try with COMP_PART_NUMBER, it will list all part number assigned with the component. 

    COMPONENT
    SYM_NAME
    REFDES
    REFDES_SORT
    COMP_PART_NUMBER
    SYM_X
    SYM_Y
    SYM_ROTATE
    SYM_MIRROR
    END 

    • Cancel
    • Vote Up 0 Vote Down
    • 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