slaImportSetup
slaImportSetup(
t_fileName
)
=> t / nil
Description
Imports the sweep setup, corner setup, simulation setup, and verification spaces from the SDB file in the setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
Value Returned
|
The SDB file is invalid or does not exist, or the command failed. |
Examples
Opens a setup library view and imports the setups from the SDB file.
slaOpenOrCreateView("Two_Stage_Opamp" "ProjectSetup" "setupLib")
=> t
slaImportSetup("./setup.sdb")
=> t
slaSaveAndCloseView()
=> t
Related Topics
Setup Library Assistant Functions
Return to top