maeSensEnableStatVariation
maeSensEnableStatVariation(g_status[?sessiont_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
|
Selects or deselects the Enable Variation of Statistical Parameters check box on the Sensitivity form. |
|
Value Returned
|
The Enable Variation of Statistical Parameters check box is selected or deselected successfully. |
|
Examples
Clears the Enable Variation of Statistical Parameters check box in the Sensitivity form in the active setup.
maeSensEnableStatVariation(nil)
=> t
Return to top