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

slaImportCorners

slaImportCorners(
t_cornerSetupName
t_absoluteFilePath
)
=> t / nil

Description

Imports corners into the setup library corner setup opened using the slaOpenOrCreateView function in edit mode. The file must be in CSV or SDB format.

Arguments

t_cornerSetupName

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

t_absoluteFilePath

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

Value Returned

t

The specified corners were imported into the specified setup.

nil

The specified corners could not be imported.

Examples

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

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaImportCorners("cornerSetup1" "path/to/file/corner.csv")
=> t

Related Topics

slaAddCornerModelFile

slaAddCornerVariable

slaAddDocument

slaAddSweepVariable

slaImportSweeps

slaSetSimulationSetupRunOptionValue

Setup Library Assistant Functions


Return to top
 ⠀
X