activate_variable_sensitivity#

Q3d.activate_variable_sensitivity(variable_name, min_val=None, max_val=None)[source]#

Activate sensitivity analysis for a variable and optionally set up ranges.

Parameters:
variable_namestr

Name of the variable.

min_valoptional

Minimum value for the variable. The default is None.

max_valoptional

Maximum value for the variable. The default is None.

Returns:
bool

True when successful, False when failed.

References

>>> oDesign.ChangeProperty