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

slaAddReliabilityOptions

slaAddReliabilityOptions(
t_setupName
t_optionsName
)
=> t / nil

Description

Adds new reliability options in the Setup Library Assistant with default values.

Arguments

t_setupName

Specifies an existing reliability setup name.

t_optionsName

Specifies the name of the reliability options.

Value Returned

t

The reliability options are added successfully.

nil

Indicates that the reliability setup name or the options are invalid.

Examples

Opens a setup library view and adds new reliability options in Setup Library assistant.

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

Related Topics

slaCreateReliabilitySetup

slaGetReliabilityOptions

slaGetReliabilitySetups

slaIsReliabilityOptionsEnabled

slaRemoveReliabilityOptions

slaRemoveReliabilitySetup

slaSetReliabilityOptionsEnabled


Return to top
 ⠀
X