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

axlGetStatVars

axlGetStatVars(
x_mainSDB
x_cornerId
)
=> l_vars / nil 

Description

Returns a list of the names of statistical variables that use the statistical::mismatch or statistical::global prefix for the given statistical corner.

Arguments

x_mainSDB

Handle to the active setup database.

x_cornerID

ID of the statistical corner.

Value Returned

l_vars

A list of statistical variables.

nil

The command was unsuccessful.

Examples

The following example returns a list of statistical variables that use the given prefixes.

x_mainSDB=axlGetActiveSetup(axlGetMainSetupDB(axlGetWindowSession()))
=>1002
cornerName=axlGetCorner(x_mainSDB "Stat_seq_1_params")
=>44567
statvarsList=axlGetStatVars(cornerName)
=> (("statistical:mismatch:I0.M7:parl2" "1.546454185") 
    ("statistical:mismatch:I0.M7:plo_dxw" "1.412371304")
    ("statistical:mismatch:I0.M5:plo_dxl" "-0.8702216304") 
    ("statistical:mismatch:I0.M2:plo_dxw" "-1.253658311") 
    ("statistical:mismatch:I0.M9:parl1" "-0.878480435")
    ("statistical:mismatch:I0.M1:plo_tox" "0.8711784603") 
    ("statistical:mismatch:I0.M1:parl1" "0.689194273") 
    ("statistical:mismatch:I0.M6:plo_dxw" "-1.139652443") 
    ("statistical:mismatch:I0.M5:plo_dxw" "0.3336112529") 
    ("statistical:mismatch:I0.M3:plo_dxl" "-1.544827915")
    ("statistical:mismatch:I0.M2:plo_tox" "0.01353515771"))

Related Topics

axlGetNominalCornerEnabled


Return to top
 ⠀
X