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

axlGetParameters

axlGetParameters(
x_mainSDB
)
=> l_parameterPaths / nil

Description

Returns a list of paths to all the device parameters found in the given database.

Arguments

x_mainSDB

Handle to the setup database.

Value Returned

l_parameterPaths

List of paths to all the parameters found in the setup database.

nil

No parameters are found.

Examples

The following example retrieves a list of paths to all the parameters in the current session.

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/M9/l"
)

Related Topics

Working with Device Instance Parameters


Return to top
 ⠀
X