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

geDeleteProbe

geDeleteProbe( 
w_windowId 
o_userType 
[ g_crossProbeFlag ] 
)
=> t / nil 

Description

Removes a probe from a set of probes in a window.

If g_crossProbeFlag is not nil, all the cross probes associated with the probe are deleted.

Arguments

w_windowId

Database ID of the window from which to remove the probe.

o_userType

Handle to the probe object.

g_crossProbeFlag

Indicates if the crossProbes associated with the probe should also be deleted.
Valid Values: t, nil
Default Value: nil

Value Returned

t

The probe is removed.

nil

The probe is not removed.

Examples

The probe is deleted from the current window.

geDeleteProbe( getCurrentWindow( ) probe )

Related Topics

Probe Functions


Return to top
 ⠀
X