activate_variable_tuning#
- Mechanical.activate_variable_tuning(name, minimum=None, maximum=None)#
Activate tuning 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
Truewhen successful,Falsewhen failed.
References
>>> oDesign.ChangeProperty