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

slaImportSweeps

slaImportSweeps(
t_sweepSetupName
t_absoluteFilePath
)
=> t / nil

Description

Imports sweeps into the corner setup in a setup library view that is opened using the slaOpenOrCreateView function in edit mode. The supported file extensions are csv and sdb.

Arguments

t_sweepSetupName

String value specifying the name of the sweep setup within the setup library view.

t_absoluteFilePath

String value specifying the absolute path of the file that contains the sweeps.

Value Returned

t

The specified sweeps were imported into the specified setup.

nil

The specified sweeps could not be imported.

Examples

Opens a setup library view in the edit mode and imports sweeps from the specified file.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaImportSweeps("sweepSetup1" "path/to/file/sweep.csv")
=> t

Related Topics

slaAddCornerModelFile

slaAddCornerVariable

slaAddDocument

slaAddSweepVariable

slaImportCorners

slaSetSimulationSetupRunOptionValue

Setup Library Assistant Functions


Return to top
 ⠀
X