slaCreateReliabilitySetup
slaCreateReliabilitySetup(
t_setupName
)
=> t / nil
Description
Creates a new reliability setup in the Setup Library assistant with the specified name.
Arguments
|
Specifies a name to be assigned to the new reliability setup. |
Value Returned
|
The reliability setup is added to the Setup Library assistant. |
|
|
The reliability setup is not created because the setup name is invalid. |
Examples
Opens a setup library view and creates a new reliability setup.
slaOpenOrCreateView("Two_Stage_Opamp" "Project45nm" "setupLib")
=> t
slaCreateReliabilitySetup("ReliabilitySetup1")
=> t
slaSaveAndCloseView()
=> t
Related Topics
slaIsReliabilityOptionsEnabled
slaSetReliabilityOptionsEnabled
Return to top