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

slaRemoveSweepVariable

slaRemoveSweepVariable(
t_sweepSetupName
t_varName
)
=> t / nil

Description

Removes a specified sweep variable from the corner setup of a 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 sweep variable to be removed from the sweep setup.

Value Returned

t

The specified sweep variable has been removed.

nil

The specified sweep variable could not be removed.

Examples

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

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaRemoveSweepVariable("sweepSetup1" "vdd")
=> t

Related Topics

slaRemoveCornerVariable

slaRemoveSimulationSetup

slaRemoveSweepSetup

slaRemoveVerificationSpace

Setup Library Assistant Functions


Return to top
 ⠀
X