set_sbr_current_sources_options#
- Hfss.set_sbr_current_sources_options(conformance: bool | None = False, thin_sources: bool | None = False, power_fraction: float | str | None = 0.95) bool#
Set SBR+ setup options for the current source.
- Parameters:
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.EditGlobalCurrentSourcesOption
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.set_sbr_current_sources_options(conformance=True, thin_sources=True, power_fraction=0.9)