axlGetParameterValue
axlGetParameterValue(x_mainSDB t_parameterPath) =>t_parameterValue/nil
Description
Returns value of the specified device parameter in the setup database.
Arguments
|
Complete path to the parameter Library/Cell/View/Instance/Property |
Value Returned
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
Return to top