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

maeSensGetParameters

maeSensGetParameters(
[ ?session t_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

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

l_parameterNames

A list containing the names of enabled parameters is returned.

nil

Indicates an error.

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
 ⠀
X