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

deGetEditLevel

deGetEditLevel( 
[ w_window ] 
) 
=> x_level / nil 

Description

Returns the current edit level of w_window. If the stack is empty, the routine returns -1. The current edit level is the level of the stack which is currently being displayed. This is normally the maximum edit level, unless deGoToLevel was executed.

Arguments

w_window

Window in which current edit level is desired. Defaults to the current window.

Value Returned

x_level

Current edit level of w_window.

nil

The function failed.

Examples

Returns the current edit level of window(3).

deGetEditLevel( window(3) )

Return to top
 ⠀
X