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

slaAreParametricSetsEnabled

slaAreParametricSetsEnabled(
t_setupName
)
=> t / nil

Description

Checks if all parametric sets are enabled for the specified sweep setup in the setup library view that is opened using the slaOpenOrCreateView function.

Arguments

t_setupName

Specifies the name of the sweep setup.

Value Returned

t

All parametric sets are enabled and displayed in the Setup Library Assistant.

nil

All parametric sets are disabled and hidden in the Setup Library Assistant.

Examples

Opens a setup library view in edit mode and checks if all parametric sets are enabled or disabled.

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

Related Topics

slaAddToParametricSet

slaGetParametricSets

slaGroupAsParametricSet

slaRemoveFromParametricSet

slaSetParametricSetsEnabled

slaUngroupParametricSet

Setup Library Assistant Functions


Return to top
 ⠀
X