deactivate_variable_optimization#

Maxwell2d.deactivate_variable_optimization(name: str) bool#

Deactivate the optimization analysis for a variable.

Parameters:
namestr

Name of the variable.

Returns:
bool

True when successful, False when failed.

References

>>> oDesign.ChangeProperty

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.deactivate_variable_optimization("width")