slaRemoveReliabilitySetup
slaRemoveReliabilitySetup(
t_setupName
)
=> t / nil
Description
Removes the specified reliability setup from a setup library cellview.
Arguments
Value Returned
|
The reliability setup is removed from the setup library cellview. |
|
Examples
Opens a setup library view and removes the specified reliability setup.
slaOpenOrCreateView("Two_Stage_Opamp" "Project45nm" "setupLib")
=> t
slaRemoveReliabilitySetup("ReliabilitySetup1")
=> t
slaSaveAndCloseView()
=> t
Related Topics
slaIsReliabilityOptionsEnabled
slaSetReliabilityOptionsEnabled
Return to top