slaRemoveSweepVariable
slaRemoveSweepVariable(
t_sweepSetupName
t_varName
)
=> t / nil
Description
Removes a specified sweep variable from the 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 sweep variable to be removed from the sweep setup. |
Value Returned
Examples
Opens a setup library view in the edit mode and removes the specified sweep variable.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaRemoveSweepVariable("sweepSetup1" "vdd")
=> t
Related Topics
Setup Library Assistant Functions
Return to top