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

geDeleteAllProbe

geDeleteAllProbe( 
[ w_windowId ] 
[ g_crossProbeFlag ] 
)
=> t / nil 

Description

Removes all the probes from a window.

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

Arguments

w_windowId

Database ID of the window from which to remove probes.

g_crossProbeFlag

If set, all cross probes associated with the probes in a window are also deleted.

Value Returned

t

The probes are deleted.

nil

The probes are not deleted.

Examples

Deletes all probes in the current window.

geDeleteAllProbe( hiGetCurrentWindow( ) )

Related Topics

Probe Functions


Return to top
 ⠀
X