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

deSetProbeContext

deSetProbeContext( 
[ w_window [ g_probeContext ] ] 
) 
=> t / nil 

Description

Sets the probe context for the window. This is normally executed only by the probing implementation in the probe trigger.

Arguments

w_window

Window in which to set the probe context. Defaults to the current window.

g_probeContext

Probe context for the given window.

Value Returned

t

The probe context was successfully stored.

nil

The probe context was not successfully stored

Example

Sets the probe context for window(3) to myProbeContext.

deSetProbeContext( window(3) myProbeContext )

Return to top
 ⠀
X