• 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. Custom IC SKILL
  3. Live updating of selected nets on a form.

Stats

  • Locked Locked
  • Replies 3
  • Subscribers 142
  • Views 13085
  • Members are here 0
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

Live updating of selected nets on a form.

rbahr
rbahr over 9 years ago

I feel to an experienced this may be an easy question.

Is there a recommended approach to allow the user to click on a net in a schematic and then fill out a form after? Rather than using something like loading a form and calling asiSelectNet in a callback?

The idea is to load a form which has the originally selected node. If the user clicks a new node, the form is updated automatically. The user doesn't have to click a new node to continue working, but if they do it does get updated.

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    You mean to continuously update as you select new nodes without having to press something to initialise the enter function (i.e. to prompt you)?

    If so, the answer is no. How would it know that you wanted to just fill in the form versus select the wire for editing purposes (say)?

    Perhaps I've misunderstood your question - if so, could you clarify?

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • rbahr
    rbahr over 9 years ago

    Thank you Andrew for your reply. I didn't explain it in the best manner.

    Currently, the user selects two nets (before loading anything). They click on the toolbar icon, and the form initializes with the nets the user selected before clicking on the toolbar icon. They have to click an update button to clear the previously selected nets and asiSelectNet is called at this point to add new nets.

    What I would like to do is remove the update button (that only functions to callback asiSelectNet and clear the previously selected nets). If they click or shift-click the previously selected nets are cleared and the new ones added to my list on the form. You are correct that while this toolbar/form is active, they would not be able to select the wire for editing purposes.

    Thanks again for your help.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 9 years ago

    This is not (as far as I know) possible with public SKILL APIs. You need to do something enterFunction-based, which requires triggering a relevant SKILL function somehow, such as invoking asiSelectNet().

    Regards,

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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