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

geGetAllInstViewLevel

geGetAllInstViewLevel( 
w_windowId 
)
=> l_instStartStop / nil 

Description

Retrieves the start level and stop level assigned within a window. The start level and stop level are returned as a list of integers. If no start level and stop level are defined, then nil is returned.

Arguments

w_windowId

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

Value Returned

l_instStartStop

If the instances in w_windowId have view levels associated with them, then a list with each instance and the start level and stop level of each instance view level is returned.

nil

There are no view levels available.

Examples

Lists all instances associated with a view level and the start level and stop level for each instance in the current window.

geGetAllInstViewLevel( )

Related Topics

View-Level Functions


Return to top
 ⠀
X