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

geGetCrossProbeValue

geGetCrossProbeValue( 
t_viewTypeName 
)
=> g_value / nil

Description

Queries the view type to see if it is set.

If this function is called before the cross probe form is created, a list of defaults are accumulated. During the creation of the cross probe form, the default list is checked to see if the value on the form defaults to true.

Arguments

t_viewTypeName

Name of a view type to cross probe. The cross probe form is initialized with this value if the form is not created yet, or the form has a value corresponding to this value set on the existing cross probe form. Valid Values: all, none

Value Returned

g_value

The cross probe value.

nil

The cross probe value is not set.

Examples

Returns t.

geGetCrossProbeValue( "graphic" )

Related Topics

Probe Functions


Return to top
 ⠀
X