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

slaSetReliabilityOptionsEnabled

slaSetReliabilityOptionsEnabled(
t_setupname
t_optionName
g_enabled
)
=> t / nil

Description

Enables or disables the specified reliability option in a reliability setup.

Arguments

t_setupName

Specifies the name of the reliability setup.

t_optionName

Specifies the name of the reliability option.

g_enabled

Specifies whether the reliability option included in the specified reliability setup must be enabled or disabled. Possible values are t and nil.

Value Returned

t

The reliability option is enabled or disabled.

nil

The reliability setup or option with the specified name does not exist.

Examples

Opens a setuplibrary view and sets the status of the reliability options status.

slaOpenOrCreateView("Two_Stage_Opamp" "Project45nm" "setupLib")
=> t
slaSetReliabilityOptionsEnabled("ReliabilitySetup1" "Reliability1" nil)
=> t
slaSaveAndCloseView()
=> t

Related Topics

slaAddReliabilityOptions

slaCreateReliabilitySetup

slaGetReliabilityOptions

slaGetReliabilitySetups

slaIsReliabilityOptionsEnabled

slaRemoveReliabilityOptions

slaRemoveReliabilitySetup


Return to top
 ⠀
X