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

slaIsReliabilityOptionsEnabled

slaIsReliabilityOptionsEnabled(
t_setupName
t_optionsName
)
=> t / nil

Description

Retrieves the enabled or disabled status of the reliability options included in a reliability setup in the setup library view that is opened using slaOpenOrCreateView in the edit mode. The function reports a warning if you specify an incorrect name for a reliability setup or option.

Arguments

t_setupName

Specifies the name of the reliability setup.

t_optionsName

Specifies the name of the reliability options.

Value Returned

t

The reliability options are enabled.

nil

The reliability options are disabled.

Examples

Opens a setup library view and retrieves the enabled or disabled status of the reliability options.

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

Related Topics

slaAddReliabilityOptions

slaCreateReliabilitySetup

slaGetReliabilityOptions

slaGetReliabilitySetups

slaRemoveReliabilityOptions

slaRemoveReliabilitySetup

slaSetReliabilityOptionsEnabled


Return to top
 ⠀
X