hybrid#

property Hfss.hybrid: bool#

HFSS hybrid mode for the active solution.

For instance, it must be set to True to define the solution type as ‘HFSS with Hybrid and Arrays’.

Returns:
bool

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> is_hybrid = hfss.hybrid
Change to hybrid the current HFSS design
>>> hfss.hybrid = True