• 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. generate reports which have two more other properties with...

Stats

  • Replies 2
  • Subscribers 160
  • Views 9516
  • Members are here 0
More Content

generate reports which have two more other properties with text edior

ichliebedich
ichliebedich over 4 years ago

Hi All

How to generate report which include two more properties with text editor?

I refer to this "">community.cadence.com/.../extracting-layout-data"

and I follow the the sample code but It was not work well

report only import the first parameter before END

regards

  • Sign in to reply
  • Cancel
  • oldmouldy
    oldmouldy over 4 years ago

    I would say the the report example in this blog is incorrect since it combines two report templates that both use the NET domain, either section will work alone but using this combined example only results in the first section of the Template being used. You could swap the report template sections to prove that.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • DavidJHutchins
    DavidJHutchins over 4 years ago

    Since you are extracting multiple views you need to denote separate output files for view...

    Below is an example:

    C:\Temp>extracta BeagleBone_Black_RevB6_nologo.brd diff_pair.txt diff1.dat diff2.dat
    Revising design for compatibility with current software.
    Extract started ... command file is 'diff_pair.txt'.
    Extract ended.

    C:\Temp>head diff1.dat
    A!DIFF_PAIR_GRP_NAME!
    J!C:/Temp/BeagleBone_Black_RevB6_nologo.brd!Fri Jun 25 07:35:42 2021!-14719.90!-10447.10!21280.10!13552.90!0.01!mils!BEAGLEBONEBLK_A6A!62.000000 mil!6!OUT OF DATE!
    S!HDMI_TXC!
    S!HDMI_TXC!
    S!HDMI_TX0!
    S!HDMI_TX0!
    S!HDMI_TX1!
    S!HDMI_TX1!
    S!HDMI_TX2!
    S!HDMI_TX2!

    C:\Temp>head diff2.dat
    A!NET_NAME!DIFF_PAIR_GRP_NAME!
    J!C:/Temp/BeagleBone_Black_RevB6_nologo.brd!Fri Jun 25 07:35:42 2021!-14719.90!-10447.10!21280.10!13552.90!0.01!mils!BEAGLEBONEBLK_A6A!62.000000 mil!6!OUT OF DATE!
    S!N22488252!!
    S!USB1_PWR!!
    S!N22420447!!
    S!N22420444!!
    S!N22420400!!
    S!VBUS!!
    S!VDDS!!
    S!VIO!!

    However this can be reduced to 1 file as shown below:

    C:\Temp>type diff_pair1.txt
    NET
    DIFF_PAIR_GRP_NAME != ""
    DIFF_PAIR_GRP_NAME
    NET_NAME
    END


    C:\Temp>extracta BeagleBone_Black_RevB6_nologo.brd diff_pair1.txt diff3.dat
    Revising design for compatibility with current software.
    Extract started ... command file is 'diff_pair1.txt'.
    Extract ended.

    C:\Temp>head diff3.dat
    A!DIFF_PAIR_GRP_NAME!NET_NAME!
    J!C:/Temp/BeagleBone_Black_RevB6_nologo.brd!Fri Jun 25 07:37:10 2021!-14719.90!-10447.10!21280.10!13552.90!0.01!mils!BEAGLEBONEBLK_A6A!62.000000 mil!6!OUT OF DATE!
    S!HDMI_TXC!HDMI_TXC-!
    S!HDMI_TXC!HDMI_TXC+!
    S!HDMI_TX0!HDMI_TX0+!
    S!HDMI_TX0!HDMI_TX0-!
    S!HDMI_TX1!HDMI_TX1+!
    S!HDMI_TX1!HDMI_TX1-!
    S!HDMI_TX2!HDMI_TX2+!
    S!HDMI_TX2!HDMI_TX2-!

    C:\Temp>

    • 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