how to close LSW window

Status
Not open for further replies.

drabos

Full Member level 6
Joined
Jan 3, 2006
Messages
397
Helped
45
Reputation
90
Reaction score
15
Trophy points
1,298
Activity points
3,769
how to close lsw in cadence

Does anybody know how to close LSW window in cadence, it is a well known bug?
But a SKILL command can close it, anybody knows?
 

close lsw window

Remove the LSW from the screen
leUnmapLSW()
Restore the LSW to the screen
leRemapLSW()
*****************
Historically this window could not be removed because it was always a reference to the layers in the current window. If you remove the LSW with leUnmapLSW you will need to restore it if you require it for another layout window. The system will not restore the LSW when a new layout window is opened. You will need to use leRemapLSW.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…