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

geSetInstViewLevel

geSetInstViewLevel( 
w_windowId 
d_instId 
n_start 
n_stop 
)
=> t / nil 

Description

Sets display start and stop threshold levels for an instance independently of the window levels.

The start level and stop level specified apply only to d_instId and only in w_windowId.

Arguments

w_windowId

Database ID of the window in which you want the area view levels changed.

d_instId

Database ID of the instance that is to have its own view level.

n_start

Starting hierarchy level for display in l_bBox. Must be less than or equal to n_stop.
Valid Values: between 0 and 20 inclusive.

n_stop

Stopping hierarchy level for display in l_bBox.
Valid Values: between 0 and 20 inclusive.

Value Returned

t

The start level and stop level are set

nil

The start level and stop level are not set.

Examples

Sets the display of the instance named |I11|MP0.3 to view levels from 0 to 1 of the hierarchy.

geSetInstViewLevel(
  hiGetCurrentWindow()
  dbFindAnyInstByName(geGetEditCellView() "|I11|MP0.3")
  0 1
)

Related Topics

View-Level Functions


Return to top
 ⠀
X