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

geEnterDeleteInstProbe

geEnterDeleteInstProbe( 
[ w_windowId ] 
[ lt_probeSpec ] 
[ g_repeatCmd ] 
)
=> t / nil 

Description

Deletes an instance probe from a window.

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

If g_repeatCmd is true, then delete all instances of the current selection set and highlight with a different color. If no selection set exists, then enable multiple post-selection to delete probe on instances. If however, g_repeatCmd is nil, then delete a probe on an instance.

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 an instance probe to delete, or a string describing the instance probe to delete.

g_repeatCmd

SKILL expression specifying the probe selection mode, single select versus multiple post-select.

Value Returned

t

An instance probe was found and deleted.

nil

An instance probe was not found and deleted.

Examples

Prompts for a point and deletes the instance probe under that point.

m = geEnterDeleteInstProbe( hiGetCurrentWindow() nil t)

Related Topics

Probe Functions


Return to top
 ⠀
X