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

slaGetCornerVars

slaGetCornerVars(
t_cornerSetupName
t_cornerName
)
=> l_listOfCorners

Description

Retrieves a list of corner variables of the 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 within the setup library view.

t_cornerName

String value specifying the name of the corner that contains the corner variables.

Value Returned

l_listOfCornerVariables

A list of all corner variables saved in the specified corner of the corner setup.

Examples

Opens a setup library view in the edit mode and retrieves the specified corner variables from the view.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaGetCornerVars("cornerSetup1" "C0")
=> (("gain" "11:1:12"))

Related Topics

slaGetAllDocuments

slaGetCornerModels

slaGetCornerSetupCorners

slaGetCornerSetups

Setup Library Assistant Functions


Return to top
 ⠀
X