• 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. How to edit schBindKeys.il file to highlight wire

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 145
  • Views 17678
  • 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

How to edit schBindKeys.il file to highlight wire

jlbach
jlbach over 14 years ago

Hello, 

 I know in cadence if you press 9 or 0 one can highlight a wire or not highlight that wire respectively. The skill code I used was geAddNetProbe and geDeleteNetProbe. But why candence only highlight the wire label with colors, not the wire itself. 

How can I make the whole wire to be highlighted in colors.

 

Thank you

  • Cancel
Parents
  • skillUser
    skillUser over 14 years ago

    Hi Bene,

    The "9" bindkey is defined by default in the schematic bindkeys file, but I don't think that "0" is; however you can add it easily using the Options -> Bindkey form (Set the Application to "Schematics", Enter "0" for the Key or Mouse Binding and "geDeleteNetProbe()" for the Command) from the CIW, or using SKILL:

     hiSetBindKey("Schematics" "<Key>0" "geDeleteNetProbe()") 

    As to the previous issue of not highlighting the netbut only the label, I do not see this issue either.  Perhaps a Service Request could be filed for further investigation?

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • skillUser
    skillUser over 14 years ago

    Hi Bene,

    The "9" bindkey is defined by default in the schematic bindkeys file, but I don't think that "0" is; however you can add it easily using the Options -> Bindkey form (Set the Application to "Schematics", Enter "0" for the Key or Mouse Binding and "geDeleteNetProbe()" for the Command) from the CIW, or using SKILL:

     hiSetBindKey("Schematics" "<Key>0" "geDeleteNetProbe()") 

    As to the previous issue of not highlighting the netbut only the label, I do not see this issue either.  Perhaps a Service Request could be filed for further investigation?

    Best regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
  • Jim0318
    Jim0318 over 6 years ago in reply to skillUser

    Hi Lawrence

    I have a related problem. How to set Bindkey to unhighlight all the highlighted Nets? I have a try to set hiSetBindKey("Schematics" "<Key>!" "geAllDeleteNetProbe()")  or hiSetBindKey("Schematics" "<Key>!" "geDeleteAllNetProbe()"), but failed. PLS help me. Thanks

    Best regards,

    Jim Cao

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • skillUser
    skillUser over 6 years ago in reply to Jim0318

    Hi Jim,

    The bindkey setting needs to be made a little differently:

    hiSetBindKey("Schematics" "Shift<Key>1" "geDeleteAllNetProbe()")

    Best regards,

    Lawrence.

    • 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