• 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. getting netschedule type using skill?

Stats

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

getting netschedule type using skill?

Ejlersen
Ejlersen over 15 years ago

Hi

Do anyone know if there is a way to check if a nets/xnets schedule is set to "UserDefined" or "Template"?

Best regards

Ole

  • Sign in to reply
  • Cancel
  • leonlee
    leonlee over 15 years ago

    Hi Ole,

    I'd like to share you a way to check the Nets' Rat Ts status. I'm not sure that it's same as your question of net schedule.

    Below command can get a list for those nets, which user defined the net schedule. It returns nil if without Rat Ts.

    setof(item, axlDBGetDesign()->nets, item->ratT)

    Leon

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • leonlee
    leonlee over 15 years ago

    To check a net/xnet's net_schedule list:

    schedule_list = setof(item, net_dbid->ratsnest, item->userDefined)

    If schedule_list != nil, it indicates the net has UserDefined schedule.

    • 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