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
Value Returned
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
slaSetReliabilityOptionsEnabled
Return to top