Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

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

t_fileName

Specifies the name of the SDB file.

Value Returned

t

The setups have been exported to the specified file.

nil

The setups could not be exported to the specified file.

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

slaImportSetup

Setup Library Assistant Functions


Return to top
 ⠀
X