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

slaAddSweepVariable

slaAddSweepVariable(
t_sweepSetupName
t_varName
t_varValue
)
=> t / nil

Description

Adds a sweep variable to a sweep setup in the setup library view that is opened using the slaOpenOrCreateView function in edit mode.

Arguments

t_sweepSetupName

String value specifying the name of the sweep setup.

t_varName

String value specifying the name of the variable to be added to the sweep setup.

t_varValue

String value specifying the value of the variable to be added to the sweep setup.

Value Returned

t

The specified sweep variable was added to the specified setup.

nil

The specified sweep variable could not be added.

Examples

Opens a setup library view in the edit mode and adds the specified sweep variable to the view.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaAddSweepVariable("sweepSetup1" "vdd" "2.0:1.0:5.0")
=> t

Related Topics

slaAddCornerModelFile

slaAddCornerVariable

slaAddDocument

slaImportCorners

slaImportSweeps

slaSetSimulationSetupRunOptionValue

Setup Library Assistant Functions


Return to top
 ⠀
X