• 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. Running brd2odb using command line with suppress shape ...

Stats

  • Replies 2
  • Subscribers 159
  • Views 13098
  • Members are here 0
More Content

Running brd2odb using command line with suppress shape option

GIL2004XP
GIL2004XP over 13 years ago

 I have managed to run brd2odb using command line but I cannot add the option (-s[uppress]) ) to suppress shapes on specific layers.

How do you add the quoted-semicolon-delimited_list in the command line? Im using odb++Inside version 7.6.7

My code is written below;

Command = sprintf(Command, "%s/brd2odb -gui -d -lp %s -a2l -c p -jn %s -jp %s -gz -sf -v14_thermals -read_sqa no -tr_sym no -ssfs f -p s -pst r -skip_refdes no -sp -bb %s", env_var, board_path, odb_outname, odb_path, full_path)
axlRunBatchDBProgram("Export ODB", Command, ?noUnload t ?noProgress nil)
 

  • Sign in to reply
  • Cancel
  • oldmouldy
    oldmouldy over 13 years ago
    sprintf should follow the "C" convention of escaping delimiters with a backslash so \" in the sprintf string will mean "literally a double quote"
    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • GIL2004XP
    GIL2004XP over 13 years ago

    Thanks for your reply, gave me a hint but I found out that adding a double quote is not enough to do the job.

    Not sure why but I managed to make it work by adding semicolons on the beginning & at the end of the string like this ";L2_GND;L5_GND;"

    • 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