slaAddCornerVariable
slaAddCornerVariable(
t_cornerSetupName
t_cornerName
t_varName
t_varValue
)
=> t / nil
Description
Adds a corner variable to a corner of a corner setup in the setup library view that is opened using the slaOpenOrCreateView function in edit mode. The function creates the specified corner if it does not exist in the corner setup.
Arguments
Value Returned
Examples
Opens a setup library view in the edit mode and adds the specified corner variable to the view. The function creates a corner, C0, if it does not exist in cornerSetup1.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaAddCornerVariable("cornerSetup1" "C0" "vdd" "2.0:1.0:5.0")
=> t
Related Topics
slaSetSimulationSetupRunOptionValue
Setup Library Assistant Functions
Return to top