activate_variable_statistical#
- Maxwell3d.activate_variable_statistical(name, minimum=None, maximum=None, tolerance=None, probability=None, mean=None)[source]#
Activate statitistical 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
.- tolerance
optional
Tolerance value for the variable. The default is
None
.- probability
optional
Probability value for the variable. The default is
None
.- mean
Mean value for the variable. The default is
None
.
- name
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oDesign.ChangeProperty