geEnterAddNetProbe
geEnterAddNetProbe( [w_windowId] [l_lpp] [lt_probeSpec] [g_repeatCmd] ) =>o_probe
Description
The net probe is displayed using the attributes of layer-purpose pair l_lpp. If l_lpp is defaulted, a layer-purpose pair is chosen from the reserved layers y0 through y9 with purpose drawing. These default probing layers are cycled through so that successive probes can be highlighted in different colors.
lt_probeSpec is either a point or a string. If a point is specified, the instance at that location is probed. If a string is specified, the instance having that hierarchical path name is probed. The string should be in the format of “/instname/instname/ .../objectName.”
If lt_probeSpec is defaulted, you are prompted to select an instance to probe.
The display of the net probe is affected by the net stop level.
If g_repeatCmd is true, then all nets of the current selection set are probed and highlighted with a different color. If no selection set exists, then multiple post-selection is enabled to probe nets. If however, g_repeatCmd is nil, a single probe is added on a net.
Arguments
Value Returned
Examples
m = geEnterAddNetProbe( hiGetCurrentWindow() list( "y0" "drawing" ) nil t )
Related Topics
Probe Functions
Return to top