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

maeSensEnableStatVariation

maeSensEnableStatVariation(
g_status
[ ?session t_sessionName ] 
)
=> t / nil

Description

Selects or deselects the Enable Variation of Statistical Parameters check box in the Sensitivity form for Sensitivity analysis in the current or the specified maestro session.

Arguments

g_status

Selects or deselects the Enable Variation of Statistical Parameters check box on the Sensitivity form.

  • t: Selects the check box.
  • nil: Deselects the check box.

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

t

The Enable Variation of Statistical Parameters check box is selected or deselected successfully.

nil

The selection status of the check box is not altered.

Examples

Clears the Enable Variation of Statistical Parameters check box in the Sensitivity form in the active setup.

maeSensEnableStatVariation(nil)
=> t

Return to top
 ⠀
X