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

geGetInstViewLevel

geGetInstViewLevel( 
w_windowId 
d_instId 
)
=> l_startStop / nil 

Description

Retrieves the start level and stop level of an instance. The start level and stop level are returned as a list of integers. If start level and stop level are not defined for the chosen instance, nil is returned.

Arguments

w_windowId

Database ID of the window where you want the view levels for d_instId.

d_instId

Database ID of the instance for which you want the view levels.

Value Returned

l_startStop

If d_instId has view levels associated with it in w_windowId, then a list with the start level and stop level is returned.

nil

d_instId has no view levels associated with it in w_windowId.

Examples

Returns (0 20) assuming that the instance has start level 0 and stop level 20.

geGetInstViewLevel( )

Related Topics

View-Level Functions


Return to top
 ⠀
X