slaRemoveSweepSetup
slaRemoveSweepSetup(
t_sweepSetupName
)
=> t / nil
Description
Removes a sweep setup from a setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
|
String value specifying the name of the sweep setup within the setup library view. |
Value Returned
|
The specified sweep setup was removed from the specified setup. |
|
Examples
Opens a setup library view in the edit mode and removes the specified sweep setup.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaRemoveSweepSetup("sweepSetup1")
=> t
Related Topics
Setup Library Assistant Functions
Return to top