get view found by design->hierarchy->descend

E

Erik Wanta

Guest
I have a schematic associated with a config view. When I do a
design->hierarchy->descend on an instance in the schematic it opens a
pop-up box and allows to to select which view to descend into. The
first option it presents is the view as defined in the config view.
How do I get this information without going through the descend form?
That is, how do I get the view that is specified in the hierarchy
editor for an instance in SKILL?
---
Erik
 
Erik Wanta wrote:
I have a schematic associated with a config view. When I do a
design->hierarchy->descend on an instance in the schematic it opens a
pop-up box and allows to to select which view to descend into. The
first option it presents is the view as defined in the config view.
How do I get this information without going through the descend form?
That is, how do I get the view that is specified in the hierarchy
editor for an instance in SKILL?
---
Erik

Hi Erik,

When i wrote the double click handler (search for "CmDoubleClick" ) I
remember seeing a switch viewlist that was attached to the current view.
If you are lucky enough, that is the one that is modified by the
hierarchy editor. BTW, if you improve the double click function, please
repost.

--
Frederic
 
Frederic:
I found a solution:
http://sourcelink.cadence.com/docs/db/kdb/2005/Oct/11026486.html
---
Erik
 
Erik Wanta wrote:
Frederic:
I found a solution:
http://sourcelink.cadence.com/docs/db/kdb/2005/Oct/11026486.html
Thanks Erik, interesting solution.
 

Welcome to EDABoard.com

Sponsor

Back
Top