slaSetReliabilityOptionsEnabled
slaSetReliabilityOptionsEnabled(
t_setupname
t_optionName
g_enabled
)
=> t / nil
Description
Enables or disables the specified reliability option in a reliability setup.
Arguments
|
Specifies whether the reliability option included in the specified reliability setup must be enabled or disabled. Possible values are |
Value Returned
|
The reliability setup or option with the specified name does not exist. |
Examples
Opens a setuplibrary view and sets the status of the reliability options status.
slaOpenOrCreateView("Two_Stage_Opamp" "Project45nm" "setupLib")
=> t
slaSetReliabilityOptionsEnabled("ReliabilitySetup1" "Reliability1" nil)
=> t
slaSaveAndCloseView()
=> t
Related Topics
slaIsReliabilityOptionsEnabled
Return to top