activate_variable_optimization#
- Icepak.activate_variable_optimization(name, minimum=None, maximum=None)[source]#
Activate optimization analysis for a variable and optionally set up ranges.
- Parameters:
- name
str
Name of the variable.
- minimum
optional
Minimum value for the variable. The default is
None
.- maximum
optional
Maximum value for the variable. The default is
None
.
- name
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oDesign.ChangeProperty