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

slaRemoveSweepSetup

slaRemoveSweepSetup(
t_sweepSetupName
)
=> t / nil

Description

Removes a sweep setup from 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 within the setup library view.

Value Returned

t

The specified sweep setup was removed from the specified setup.

nil

The specified sweep setup could not be removed.

Examples

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

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaRemoveSweepSetup("sweepSetup1")
=> t

Related Topics

slaRemoveCornerSetup

slaRemoveSimulationSetup

slaRemoveSweepSetup

slaRemoveSweepVariable

Setup Library Assistant Functions


Return to top
 ⠀
X