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

slaGetSweepSetupVars

slaGetSweepSetupVars(
t_sweepSetupName
)
=> l_listOfSweepVars

Description

Retrieves a list of sweep setup variables from 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.

Value Returned

l_listOfSweepVars

A list of all sweep variables saved in the specified sweep setup.

Examples

Opens a setup library view in the edit mode and retrieves a list of sweep variables from the specified view.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaGetSweepSetupVars("sweepSetup1")
=> (("gain" "15")
("var1" "455")
)

Related Topics

slaGetSweepSetups

slaGetVerificationSpaces

slaRemoveSweepSetup

slaRemoveSweepVariable

Setup Library Assistant Functions


Return to top
 ⠀
X