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
|
String value specifying the name of the corner that contains the corner models. |
Value Returned
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
Setup Library Assistant Functions
Return to top