axlGetParameters
axlGetParameters(x_mainSDB) =>l_parameterPaths/nil
Description
Returns a list of paths to all the device parameters found in the given database.
Arguments
Value Returned
|
List of paths to all the parameters found in the setup database. |
|
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
Return to top