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

maeSensSetMethod

maeSensSetMethod(
t_methodName
[ ?session t_sessionName ] 
)
=> t / nil

Description

Sets the value in the Method field on the Sensitivity form for Sensitivity analysis in the current or the specified maestro session.

Arguments

t_method

Name of the method to be set.

The possible values are:

  • "Hammersley"
  • "OFAT Sweep"
  • "OFAT 3-level"

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

t

The method is set.

nil

Indicates an error.

Examples

Sets the specified method as the value for the Method field on the Sensitivity form.

maeSensSetMethod("OFAT Sweep")
=> t

Return to top
 ⠀
X