• 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 find current visible assistants in schematic edi...

Stats

  • Replies 2
  • Subscribers 150
  • Views 489
  • Members are here 0

How to find current visible assistants in schematic editor

MikeVP
MikeVP 1 month ago

Is there a SKILL function that reports the currently visible assistants in a schematic window?

I've tried:

foreach( assistant list( "Annotation Browser" "Navigator" "Probes" "Property Editor" "Search" "World View")
    awin=deFindAssistant( assistant hiGetSessionWindow(hiGetCurrentWindow()))
    dprint(awin->visibitlityProc)
)

But this yields no relevant information.  I can switch the visibility of assistants using the mouse and the output of this code doesn't change.

Any help would be appreciated.  

  • Cancel
  • Sign in to reply
  • Andrew Beckett
    Andrew Beckett 1 month ago

    How about:

    foreach(mapcar assistant list( "Annotation Browser" "Navigator" "Probes" "Property Editor" "Search" "World View")
      dwin=deFindAssistant(assistant hiGetSessionWindow(hiGetCurrentWindow()) ?in_active_tab t)
      list(assistant hiGetWindowState(dwin))
    )

    This returns (for example):

    (("Annotation Browser" unmapped)
    ("Navigator" mapped)
    ("Probes" unmapped)
    ("Property Editor" mapped)
    ("Search" unmapped)
    ("World View" unmapped)
    )

    Those which are mapped are visible.

    Andrew

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • MikeVP
    MikeVP 1 month ago in reply to Andrew Beckett

    Thank you!

    Andrew >>>> AI

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • 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.

© 2026 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information