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

axlGetParameterValue

axlGetParameterValue(
x_mainSDB
t_parameterPath
)
=> t_parameterValue / nil

Description

Returns value of the specified device parameter in the setup database.

Arguments

x_mainSDB

Handle to the setup database.

t_parameterPath

Complete path to the parameter Library/Cell/View/Instance/Property

Value Returned

t_parameterValue

Value of the given parameter.

nil

Setup database handle to the parameter not found.

Examples

The following example returns the value of the given parameter.

s1 = (axlGetWindowSession)
=> "session0"
x_mainSDB=axlGetMainSetupDB( s1 ) => 1001 axlGetParameters(x_mainSDB) =>("Two_Stage_Opamp/OpAmp/schematic/M10/l" "Two_Stage_Opamp/OpAmp/schematic/M10/m" "Two_Stage_Opamp/OpAmp/schematic/M6/fw") axlGetParameterValue(x_mainSDB "Two_Stage_Opamp/OpAmp/schematic/M10/l") => "500n"

Related Topics

Working with Device Instance Parameters


Return to top
 ⠀
X