slaGetSweepSetupVars
slaGetSweepSetupVars(t_sweepSetupName) =>l_listOfSweepVars
Description
Retrieves a list of sweep setup variables from the setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
Value Returned
|
A list of all sweep variables saved in the specified sweep setup. |
Examples
Opens a setup library view in the edit mode and retrieves a list of sweep variables from the specified view.
slaOpenOrCreateView("bertlink" "osc13" "setupLib")
=> t
slaGetSweepSetupVars("sweepSetup1")
=> (("gain" "15")
("var1" "455")
)
Related Topics
Setup Library Assistant Functions
Return to top