• 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. Setting window to partial select mode when opened

Stats

  • Locked Locked
  • Replies 5
  • Subscribers 143
  • Views 14576
  • 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

Setting window to partial select mode when opened

menime54
menime54 over 14 years ago

 I would like to write a SKILL function for Cadence so that when a new layout or schematic window is opened, the window is automatically set to be in partial select mode.  I have tried some trigger functions, but nothing seems to work.

  • Cancel
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    envSetVal("layout" "partialSelect" 'boolean t)

    Will do this.

    Andrew.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • menime54
    menime54 over 14 years ago

    Thank you so much Andrew.  We also tried to use the envSetVal("layout" "partialSelect" 'boolean t) comand to change our schematics and symbols to partial select, but we are getting the following errors:

     

    \i envSetVal("schematic" "partialSelect" 'boolean t)
    \w *WARNING* envSetVal: Can't set the value of variable 'partialSelect',
    \w     in tool[.partition] 'schematic' - it has not been registered.
    \t nil
    \i envSetVal("symbol" "partialSelect" 'boolean t)
    \w *WARNING* Cannot find /tools/stabflow/mainline/pcios/mainline-ll65/IC5141USR3lnx/tools.lnx86/dfII/etc/tools/symbol directory to load environment variables
    \w *WARNING* envSetVal: could not find tool[.partition] 'symbol'
    \t nil

     

    Do you know why we are getting these errors and if there is a work around to set our schematics and symbols to partial select?  Thank you.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • skillUser
    skillUser over 14 years ago
    Hi,

    Did your installation get corrupted? This is the sort of thing
    I've seen in the past if an installation was incomplete. Can you
    try installing the latest (USR6)?

    regards,
    Lawrence.
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Andrew Beckett
    Andrew Beckett over 14 years ago

    No, this doesn't indicate that the installation is corrupted. The cdsenv variables for schematic and symbol are different from the layout variable. You'd need to use:

    envSetVal("schematic" "schematicAreaPartialSelect" 'boolean t)
    envSetVal("schematic" "symbolAreaPartialSelect" 'boolean t)

    Regards,

    Andrew.

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

    Ooops, I should have read the error messages more carefully, sorry, my mistake...

    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