slaRemoveCornerVariable
slaRemoveCornerVariable(
t_cornerSetupName
t_cornerName
t_varName
)
=> t / nil
Description
Removes a corner variable from corner setup of a setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
|
String value specifying the name of the corner from which the corner variable must be removed. |
|
|
String value specifying the name of the corner variable to be removed from the specified corner. |
Value Returned
Examples
Opens a setup library view in the edit mode and removes the specified corner variable.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaRemoveCornerVariable("cornerSetup1" "C0" "vdd")
=> t
Related Topics
Setup Library Assistant Functions
Return to top