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

slaCreateCornerSetup

slaCreateCornerSetup(
t_setupName
)
=> t / nil

Description

Creates a corner setup in the 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 created and added to the view.

Value Returned

t

The specified corner setup has been created.

nil

The specified corner setup could not be created.

Examples

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

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaCreateCornerSetup("cornerSetup1")
=> t

Related Topics

slaCreateSimulationSetup

slaCreateSweepSetup

slaCreateVerificationSpace

Setup Library Assistant Functions


Return to top
 ⠀
X