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

slaGetCornerModels

slaGetCornerModels(
t_cornerSetupName
t_cornerName
)
=> l_listOfCornerModels

Description

Retrieves a list of corner models of 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.

t_cornerName

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

Value Returned

l_listOfCornerModels

A list of all corner models saved in the specified corner.

Examples

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

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaGetCornerModels("cornerSetup1" "C0")
=> (("gpdk090.scs" "path/to/file/gpdk090.scs" "\"SF\" \"FS\""))

Related Topics

slaGetCornerSetupCorners

slaGetCornerSetups

slaGetCornerVars

Setup Library Assistant Functions


Return to top
 ⠀
X