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

maeSensEnableDesignVariation

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

Description

Selects or deselects the Enable Design and PVT Variation check box on the Sensitivity form for sensitivity analysis in the current or the specified maestro session.

Arguments

g_status

Selects or deselects the Enable Design and PVT Variation check box on the Sensitivity form.

?session t_sessionName

Name of the maestro session.

If not specified, the current session is used.

Value Returned

t

The Enable Design and PVT Variation check box is selected or deselected successfully.

nil

The selection status of the check box is not altered.

Examples

Clears the Enable Design and PVT Variation check box on the Sensitivity form in the active setup.

maeSensEnableDesignVariation(nil)
=> t


Return to top
 ⠀
X