slaExportSetup
slaExportSetup(
t_fileName
)
=> t / nil
Description
Exports the sweep setup, corner setup, simulation setup, and verification spaces to the SDB file in the setup library view that is opened using the slaOpenOrCreateView function.
Arguments
Value Returned
Examples
Opens a setup library view and exports the setups to the SDB file.
slaOpenOrCreateView("Two_Stage_Opamp" "ProjectSetup" "setupLib")
=> t
slaExportSetup("./setup.sdb")
=> t
slaSaveAndCloseView()
=> t
Related Topics
Setup Library Assistant Functions
Return to top