slaAreParametricSetsEnabled
slaAreParametricSetsEnabled(
t_setupName
)
=> t / nil
Description
Checks if all parametric sets are enabled for the specified sweep setup in the setup library view that is opened using the slaOpenOrCreateView function.
Arguments
Value Returned
|
All parametric sets are enabled and displayed in the Setup Library Assistant. |
|
|
All parametric sets are disabled and hidden in the Setup Library Assistant. |
Examples
Opens a setup library view in edit mode and checks if all parametric sets are enabled or disabled.
slaOpenOrCreateView("test" "ProjectSetup" "setupLib")
=> t
slaAreParametricSetsEnabled("SweepSetup1")
=> t
Related Topics
Setup Library Assistant Functions
Return to top