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

slaRemoveReliabilityOptions

slaRemoveReliabilityOptions(
t_setupName
t_optionName
)
=> t / nil

Description

Removes the specified reliability options from a given reliability setup.

Arguments

t_setupName

Specifies the name of the reliability setup.

t_optionName

Specifies the name of the reliability option.

Value Returned

t

The reliability options are removed successfully.

nil

The name of the reliability setup or the option is invalid.

Examples

Opens a setup library view and removes the given reliability option from the specified reliability setup.

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

Related Topics

slaAddReliabilityOptions

slaCreateReliabilitySetup

slaGetReliabilityOptions

slaGetReliabilitySetups

slaIsReliabilityOptionsEnabled

slaRemoveReliabilitySetup

slaSetReliabilityOptionsEnabled


Return to top
 ⠀
X