slaCreateSweepSetup
slaCreateSweepSetup(
t_setupName
)
=> t / nil
Description
Creates a sweep setup in a setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
|
String value specifying the name of the corner setup to be added to the view. |
Value Returned
Examples
Opens a setup library view in the edit mode and adds the specified sweep setup to the view.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaCreateSweepSetup("sweepSetup1")
=> t
Related Topics
Setup Library Assistant Functions
Return to top