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
|
Display stop level of net probes relative to the current level of hierarchy. |
|
Value Returned
Examples
Causes all net probes to be displayed to the lowest level of hierarchy.
geSetProbeNetStopLevel( 20 )
Related Topics
Return to top