slaAddSweepVariable
slaAddSweepVariable(
t_sweepSetupName
t_varName
t_varValue
)
=> t / nil
Description
Adds a sweep variable to a sweep setup in the setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
|
String value specifying the name of the variable to be added to the sweep setup. |
|
|
String value specifying the value of the variable to be added to the sweep setup. |
Value Returned
|
The specified sweep variable was added to the specified setup. |
|
Examples
Opens a setup library view in the edit mode and adds the specified sweep variable to the view.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaAddSweepVariable("sweepSetup1" "vdd" "2.0:1.0:5.0")
=> t
Related Topics
slaSetSimulationSetupRunOptionValue
Setup Library Assistant Functions
Return to top