• 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. geAddNetProbe and geDeleteNetProbe functions

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 143
  • Views 14568
  • 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

geAddNetProbe and geDeleteNetProbe functions

MOSFET
MOSFET over 16 years ago

I'm trying to create bindings such that when I press one key while my mouse is positioned over a non-hilighted net, it will be hilighted.  If I press a different key while my mouse is positioned over a hilighted net, it will be un-hilighted.

These functions already exist in cadence, but they prompt you to click on the net after you press the keys that are bound to the geAddNetProbe and geDeleteNetProbe functions.  I'm trying to make it such that the cursor's current coordinates are automatically passed to these functions.  Here is what I have tried:

 hiSetBindKey("Schematics" "<Key>5" "geAddNetProbe( hiGetCurrentWindow( ) schSingleSelectPt( ) ) ")

 

Unfortunately this is not working the way I have intended.  When I press the '5' key, the net is hilighted, but there is a message in Virtuoso promting me to "Point at a figure on a net or enter the name of the net".  When I click on the net again, I receive the following error message in the CIW window:

*Error* _geMakeProbeWithColor: argument #5 should be a list (type template = "wtggltltt") - t

 

What am I doing wrong here? 

  • Cancel
  • dmay
    dmay over 16 years ago

    The following should work:

    hiSetBindKey("Schematics" "<Key>5" "geAddNetProbe(hiGetCurrentWindow() nil hiGetCommandPoint()  ) ")
    hiSetBindKey("Schematics" "<Key>6" "geDeleteNetProbe(hiGetCurrentWindow() hiGetCommandPoint()  ) ")

    -Derek

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • MOSFET
    MOSFET over 16 years ago

    dmay said:

    The following should work:

    hiSetBindKey("Schematics" "<Key>5" "geAddNetProbe(hiGetCurrentWindow() nil hiGetCommandPoint()  ) ")
    hiSetBindKey("Schematics" "<Key>6" "geDeleteNetProbe(hiGetCurrentWindow() hiGetCommandPoint()  ) ")

    -Derek

     

     

    Thanks, that works perfectly. 

    • 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