Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

deGetEditContext

deGetEditContext( 
[ w_window ] 
) 
=> g_context / nil 

Description

Returns the context for the item on the window stack corresponding to the current edit level.

This function is equivalent to

deGetContext( w_window deGetEditLevel( w_window ))

but is more efficient.

Arguments

w_window

Window in which the context is desired. Defaults to the current window.

Value Returned

g_context

Application context at the current edit level.

nil

The stack is empty.

Examples

Assuming window(3) contains a cellview at the current edit level, returns the graphics editor context at that level.

deGetEditContext( window(3))

Return to top
 ⠀
X