slaSetParametricSetsEnabled
slaSetParametricSetsEnabled(
t_setupName
g_enabled
)
=> t / nil
Description
Enables or disables all parametric sets for the specified sweep setup in the setup library view that is opened using the slaOpenOrCreateView function in edit mode.
Arguments
|
Specifies whether the parametric sets for the specified sweep setup should be enabled ( |
Value Returned
|
The sweep setup with the specified name does not exist, or the command failed. |
Examples
Opens a setup library view in editable mode and disables all parametric sets.
slaOpenOrCreateView("test" "ProjectSetup" "setupLib")
=> t
slaAreParametricSetsEnabled("SweepSetup1") => t slaSetParametricSetsEnabled("SweepSetup1" nil) => t slaAreParametricSetsEnabled("SweepSetup1") => nil
Related Topics
Setup Library Assistant Functions
Return to top