change_automatically_use_causal_materials#

Rmxprt.change_automatically_use_causal_materials(lossy_dielectric: bool = True) bool#

Enable or disable the automatic use of causal materials for lossy dielectrics.

Parameters:
lossy_dielectricbool, optional

Whether to enable causal materials. 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_automatically_use_causal_materials()