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

slaGetCornerSetupCorners

slaGetCornerSetupCorners(
t_cornerSetupName
)
=> l_listOfCorners

Description

Retrieves a list of corners for a specified corner setup from the setup library view that is opened using the slaOpenOrCreateView function in edit mode.

Arguments

t_cornerSetupName

String value specifying the name of the corner setup.

Value Returned

l_listOfCorners

A list of corners saved in the setup library view.

Examples

Opens a setup library view in the edit mode and retrieves the specified list of corners from the view.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaGetCornerSetupCorners("cornerSetup1")
=> ("C0" "C1")

Related Topics

slaGetCornerModels

slaGetCornerSetups

slaGetCornerVars

Setup Library Assistant Functions


Return to top
 ⠀
X