set_material_threshold#

Hfss.set_material_threshold(threshold: float | None = 100000) bool#

Set the material conductivity threshold.

Parameters:
thresholdfloat, optional

Conductivity threshold. The default value is 100000.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.set_material_threshold(threshold=50000)