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

slaCreateReliabilitySetup

slaCreateReliabilitySetup(
t_setupName
)
=> t / nil

Description

Creates a new reliability setup in the Setup Library assistant with the specified name.

Arguments

t_setupName

Specifies a name to be assigned to the new reliability setup.

Value Returned

t

The reliability setup is added to the Setup Library assistant.

nil

The reliability setup is not created because the setup name is invalid.

Examples

Opens a setup library view and creates a new reliability setup.

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

Related Topics

slaAddReliabilityOptions

slaGetReliabilityOptions

slaGetReliabilitySetups

slaIsReliabilityOptionsEnabled

slaRemoveReliabilityOptions

slaRemoveReliabilitySetup

slaSetReliabilityOptionsEnabled


Return to top
 ⠀
X