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

gePrintAllProbe

gePrintAllProbe( 
[ w_windowId ] 
[ p_port ] 
)
=> t / nil 

Description

Prints a list of the probes in a window.

All the attributes of the probe are printed.

Arguments

w_windowId

Database ID of the window from which you want a list of probes. The default is the current window.

p_port

SKILL port printed out to.
Default: p_port

Value Returned

t

The list of probes is created.

nil

There are no probes in the window.

Examples

Prints the attributes of all probes in the current window to a text file called myFile in the current directory.

port = outfile( "myFile")
gePrintAllProbe( hiGetCurrentWindow( ) port)

Related Topics

Probe Functions

Probe File Format


Return to top
 ⠀
X