• 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. skill function to open a layout view

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 144
  • Views 14052
  • 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

skill function to open a layout view

malcolm70
malcolm70 over 4 years ago

Hi Cadence,

if I get the database ID of a cell view ( layout cell ) with dbOpenCellViewByType() , is there a skill function to open the cell in a new window ? 

I'd like to attach this to a bindkey to point and click to select a layout cell instance and open,  I know there is descend Edit and Read but I don't want to descend in case I want to select something in my current layout and copy that to the other window.  

Thanks

Malcolm

  • Cancel
  • psill000
    psill000 over 4 years ago

    I use these commands to open a cellview and add tabs to the window

    To open the window
    wind = deOpenCellView(lib cell "layout" "maskLayout" winBox0 "r")
    swind = hiGetSessionWindow(wind)

    To add tabs to the window
    deOpenCellView(lib cell "layout" "maskLayout" swind "r")

    Paul

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • malcolm70
    malcolm70 over 4 years ago in reply to psill000

    Thanks so much Paul for this trick !  I had to slightly modify your statement to this : deOpenCellView(cvId~>libName car(selectedSet())~>cellName "layout" "maskLayout" hiGetSessionWindow(hiGetCurrentWindow()) mode )    where mode is either "a" or "r" .  but this works great if i want to drag and drop shapes across windows... I had not heard of this function deOpenCellView before.  thanks again.  Malcolm

    • 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