Home
  • Products
  • Solutions
  • Support
  • Company

This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  • Products
  • Solutions
  • Support
  • Company
Community PCB Design & IC Packaging (Allegro X) Allegro X Scripting - TCL how can I find all net segments from type "path" with same...

Stats

  • State Not Answered
  • Replies 1
  • Subscribers 12
  • Views 441
  • Members are here 0
More Content

how can I find all net segments from type "path" with same net?

Stefan IFX
Stefan IFX 5 months ago

Hello I'm looking for a way to find all net segments (cline) with same net as the selection.

This is my starting condition:

seg = axlGetSelSet()
if(seg == nil then
printf("\n")
print("Please select exactly one CONNECT LINE")
else
if(length(seg) > 1 then
print("Please select exactly one CONNECT LINE")
else
seg = car(seg)
if(seg->objType != "path" then
print("Please select exactly one CONNECT LINE")
else
# how can I find all net segments from type "path" with same net and select them in some loop?
)
)
)

  • Sign in to reply
  • Cancel
  • AD1912
    0 AD1912 5 months ago

    Hi Stefan IFX 

    Do you have access to this link:

    https://support.cadence.com/apex/techpubDocViewerPage?path=algroskill/algroskill24.1/02dbdesc.html#22193

    It describes paths as having an attribute that lists the dbids of segments that are part of it.

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