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