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

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

t_fileName

Specifies the name of the SDB file.

Value Returned

t

The setups have been imported from the specified file.

nil

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

slaExportSetup

Setup Library Assistant Functions


Return to top
 ⠀
X