Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlGetVarValue

axlGetVarValue( 
x_varHandle
) 
=> t_value / nil 

Description

Returns value of the given variable.

Arguments

x_varHandle

Handle to a variable.

Value Returned

t_value

Value of the variable.

nil

Handle to the variable is not valid.

Examples

The following example shows how to get the value of a global variable VDD.

s1 = axlGetWindowSession()
"session0"

x_mainSDB=axlGetMainSetupDB( s1 )
=>1001

axlGetVars(x_mainSDB)

=>(15615 
    ("IREF" "VDD" "VIN_CM" "_sim_time" "SIDDQ")
)
v2=axlGetVar(x_mainSDB "VDD") =>15622 v2=axlGetVarValue(v2) =>"1.1 1.2"

Related Topics

axlGetWindowSession

axlGetMainSetupDB

axlGetVars

axlGetVar


Return to top
 ⠀
X