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

slaGetParametricSets

slaGetParametricSets(
t_setupName
[ ?getVariables g_getVariables ] 
)
=> l_psets / nil

Description

Retrieves a list of parametric sets from the specified sweep setup in the setup library cellview that is opened using the slaOpenOrCreateView function.

Arguments

t_setupName

Specifies the name of the sweep setup.

?getVariables g_getVariables

Returns a list of pairs, where each pair is the name of the parametric set and its variables.

Value Returned

l_psets

Returns a list of parametric sets from the sweep setup.

nil

Either the specified setup does not exist or it contains no parametric sets.

Examples

Opens a setup library view in edit mode and adds a variable to a parametric set.

slaOpenOrCreateView("test" "ProjectSetup" "setupLib") 
=> t

Invalid arguments are specified while retrieving parametric sets from a sweep setup.

slaGetParametricSets("XXX")
ERROR (ADE-11414): Cannot run the function because the sweep setup 'XXX' is invalid. Specify a valid sweep setup name and rerun the function.
=> nil

Valid arguments are specified while retrieving parametric sets from a sweep setup.

slaGetParametricSets(SweepSetup1)
=> ("1" "2" "3")

slaGetParametricSets(SweepSetup1 ?getVariables t)
=> (("1" ("var4" "var5")) ("2" ("var7" "var1" "var3")) ("3" ("var9" "var8")))

Related Topics

slaAddToParametricSet

slaAreParametricSetsEnabled

slaGroupAsParametricSet

slaRemoveFromParametricSet

slaSetParametricSetsEnabled

slaUngroupParametricSet

Setup Library Assistant Functions


Return to top
 ⠀
X