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

axlSetParameter

axlSetParameter(
x_mainSDB
t_parameterPath
t_value
)
=> t / nil

Description

Sets a value for the specified device parameter.

Arguments

x_mainSDB

Handle to the setup database.

t_parameterPath

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

t_value

Value to be set for the specified parameter.

Value Returned

t

The value of the device parameter is successfully set.

nil

Unsuccessful status.

Examples

The following example sets a value for parameter m of device M4 in the given database.

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" ) axlSetParameter(x_mainSDB "Two_Stage_Opamp/OpAmp/schematic/M10/m" "2") => t

Related Topics

Working with Device Instance Parameters


Return to top
 ⠀
X