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

deGetProbeContext

deGetProbeContext( 
[ w_window ] 
)
=> g_probeContext / nil 

Description

Returns the probe context for the window.

Arguments

w_window

Window from which to retrieve the probe context. Defaults to the current window.

Value Returned

g_probeContext

Probe context stored in the given window.

nil

There is no probe context.

Examples

Returns the probe context associated with window(3).

deGetProbeContext( window(3) )

Return to top
 ⠀
X