set_material_threshold#
- Hfss.set_material_threshold(threshold: float | None = 100000) bool#
Set the material conductivity threshold.
- Parameters:
- threshold
float,optional Conductivity threshold. The default value is
100000.
- threshold
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.set_material_threshold(threshold=50000)