slaRemoveReliabilityOptions
slaRemoveReliabilityOptions(
t_setupName
t_optionName
)
=> t / nil
Description
Removes the specified reliability options from a given reliability setup.
Arguments
Value Returned
Examples
Opens a setup library view and removes the given reliability option from the specified reliability setup.
slaOpenOrCreateView("Two_Stage_Opamp" "Project45nm" "setupLib")
=> t
slaRemoveReliabilityOptions("ReliabilitySetup1" "Reliability1")
=> t
slaSaveAndCloseView()
=> t
Related Topics
slaIsReliabilityOptionsEnabled
slaSetReliabilityOptionsEnabled
Return to top