slaGetSweepSetups
slaGetSweepSetups(
)
=> l_listOfSweepSetups
Description
Retrieves a list of sweep setups from the setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
Value Returned
Examples
The following example retrieves the specified sweep setups from the setup library view.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaGetSweepSetups()
=> ("sweepSetup1"
"sweepSetup2"
)
Related Topics
Setup Library Assistant Functions
Return to top