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

slaCreateSweepSetup

slaCreateSweepSetup(
t_setupName
)
=> t / nil

Description

Creates a sweep setup in a setup library view that is opened using the slaOpenOrCreateView function in edit mode.

Arguments

t_setupName

String value specifying the name of the corner setup to be added to the view.

Value Returned

t

The specified sweep setup has been added.

nil

The specified sweep setup could not be added.

Examples

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

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

Related Topics

slaCreateCornerSetup

slaCreateSimulationSetup

slaCreateVerificationSpace

Setup Library Assistant Functions


Return to top
 ⠀
X