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

axlGetSpecWeight

axlGetSpecWeight( 
x_spec 
) 
=> t_weight / nil 

Description

Returns the weight value for a specification. This value represents the weighting factor for the specification during optimization.

Arguments

x_spec

Specification handle

Value Returned

t_weight

Weight value

nil

The command is unsuccessful.

Examples

The following example retrieves the weight value for specification spec.

session = (axlGetWindowSession)
x_mainSDB = (axlGetMainSetupDB session)
spec = axlGetSpec(x_mainSDB "gain" )
axlGetSpecWeight( spec )
=> 1

Related Topics

axlAddSpecToOutput

axlGetSpecs

axlGetSpec

axlGetSpecData


Return to top
 ⠀
X