activate_variable_statistical#
- Circuit.activate_variable_statistical(name, minimum=None, maximum=None, tolerance=None, probability=None, mean=None)#
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
Truewhen successful,Falsewhen failed.
References
>>> oDesign.ChangeProperty