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

slaAddCornerVariable

slaAddCornerVariable(
t_cornerSetupName
t_cornerName
t_varName
t_varValue
)
=> t / nil

Description

Adds a corner variable to a corner of a corner setup in the setup library view that is opened using the slaOpenOrCreateView function in edit mode. The function creates the specified corner if it does not exist in the corner setup.

Arguments

t_cornerSetupName

String value specifying the name of the corner setup.

t_cornerName

String value specifying the name of the corner in which the corner variable must be added.

t_varName

String value specifying the name of the variable to be added to the specified corner.

t_varValue

String value specifying the value of the variable to be added to the specified corner.

Value Returned

t

The specified corner variable has been added to the corner.

nil

The specified corner variable could not be added.

Examples

Opens a setup library view in the edit mode and adds the specified corner variable to the view. The function creates a corner, C0, if it does not exist in cornerSetup1.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaAddCornerVariable("cornerSetup1" "C0" "vdd" "2.0:1.0:5.0")
=> t

Related Topics

slaAddCornerModelFile

slaAddDocument

slaAddSweepVariable

slaImportCorners

slaImportSweeps

slaSetSimulationSetupRunOptionValue

Setup Library Assistant Functions


Return to top
 ⠀
X