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

slaSetParametricSetsEnabled

slaSetParametricSetsEnabled(
t_setupName
g_enabled
)
=> t / nil

Description

Enables or disables all parametric sets for the specified sweep setup in the setup library view that is opened using the slaOpenOrCreateView function in edit mode.

Arguments

t_setupName

The name of the sweep setup.

g_enabled

Specifies whether the parametric sets for the specified sweep setup should be enabled (t) or disabled (nil).

Value Returned

t

All parametric sets are enabled or disabled.

nil

The sweep setup with the specified name does not exist, or the command failed.

Examples

Opens a setup library view in editable mode and disables all parametric sets.

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

Related Topics

slaAddToParametricSet

slaAreParametricSetsEnabled

slaGetParametricSets

slaGroupAsParametricSet

slaRemoveFromParametricSet

slaUngroupParametricSet

Setup Library Assistant Functions


Return to top
 ⠀
X