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

geDeleteNetProbe

geDeleteNetProbe( 
[ w_windowId ] 
[ lt_probeSpec ] 
)
=> t / nil 

Description

Deletes a net probe from a window.

lt_probeSpec is the same type of probe specification used for adding a probe with the geAdd*Probe functions.

Arguments

w_windowId

Database ID of the window to probe. The current window is used if w_windowId is not specified.

lt_probeSpec

Location in user units to look at for a net probe to delete, or a string describing a net probe to delete.

Value Returned

t

A net probe was found and deleted.

nil

A net probe was not found and deleted.

Examples

Deletes the net probe associated with NET10 in instance I1 of the top level of window(3).

m = geDeleteNetProbe( window(3) "/I1/NET10" )

Related Topics

Probe Functions


Return to top
 ⠀
X