change_material_override#

MaxwellCircuit.change_material_override(material_override: bool = True) bool#

Enable or disable the material override in the project.

Parameters:
material_overridebool, optional

Whether to enable the material override. The default is True.

Returns:
bool

True when successful, False when failed.

References

>>> oDesign.SetDesignSettings

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.change_material_override()