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

geGetAllProbe

geGetAllProbe( 
[ w_windowId ] 
)
=> l_probes / nil 

Description

Gets a list of all the probes in a window.

Arguments

w_windowId

Database ID of the window containing the probes.

Value Returned

l_probes

A list of all the probes in w_windowId.

nil

There are no probes in the window.

Examples

Gets a list of all the probes in the current window.

probe_list = geGetAllProbe( GetCurrentWindow( ) )

Related Topics

Probe Functions

Return to top
 ⠀
X