maeSensGetParameters
maeSensGetParameters( [?sessiont_sessionName] ) =>l_parameterNames/nil
Description
Returns a list of all enabled parameters on the Sensitivity form for Sensitivity analysis in the current or the specified maestro session.
Arguments
Value Returned
|
A list containing the names of enabled parameters is returned. |
|
Examples
Returns a list of names of enabled parameters on the Sensitivity form.
maeSensGetParameters()
=> ("minimal/cm/schematic/NM0/fw" "Two_Stage_Opamp/AmpIn/schematic/M3/fingers" "Two_Stage_Opamp/AmpIn/schematic/M3/w")
Return to top