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

geSetProbeNetStopLevel

geSetProbeNetStopLevel( 
x_netDisplayStopLevel 
)
=> t / nil 

Description

Sets the display stop level of net probes.

Since a net can traverse many levels of hierarchy, this function controls how many levels the net probe should traverse. This stop level is relative to the current level of the hierarchy. Thus, the default setting of 0 only shows the net probe in the current level. This stop level is a global variable, and thus affects all net probes in all windows.

Arguments

x_netDisplayStopLevel

Display stop level of net probes relative to the current level of hierarchy.

Value Returned

t

The display stop level is set.

nil

The display stop level is not set.

Examples

Causes all net probes to be displayed to the lowest level of hierarchy.

geSetProbeNetStopLevel( 20 )

Related Topics

Probe Functions

Probe File Format


Return to top
 ⠀
X