open LWS window

G

Giuseppe

Guest
Hello,
does anybody know if is it possible to open, through skill code, the
LSW window starting form the schematic window instead of the layout
one. This is important for me because I made a skill procedure for
drawing "layout shapes" in a schematic windows and I need to have the
LSW panel instantiated for using commands like "leSetEntryLayer".

Giuseppe
 
I also would like to understand if this exists.

"Giuseppe" <scosmo@tiscalinet.it> wrote in message
news:920bbe6b.0501242323.19faeb2e@posting.google.com...
Hello,
does anybody know if is it possible to open, through skill code, the
LSW window starting form the schematic window instead of the layout
one. This is important for me because I made a skill procedure for
drawing "layout shapes" in a schematic windows and I need to have the
LSW panel instantiated for using commands like "leSetEntryLayer".

Giuseppe
 
Giuseppe wrote:
Hello,
does anybody know if is it possible to open, through skill code, the
LSW window starting form the schematic window instead of the layout
one. This is important for me because I made a skill procedure for
drawing "layout shapes" in a schematic windows and I need to have the
LSW panel instantiated for using commands like "leSetEntryLayer".

Giuseppe
You need more than the LSW window you need the whole "layout" context
loaded.
Probably dbOpenCellView(... "layout") would do it. Then you could do
hiReMapLSW() to get the LSW window up.
 

Welcome to EDABoard.com

Sponsor

Back
Top