hybrid#
- property Hfss.hybrid: bool#
HFSS hybrid mode for the active solution.
For instance, it must be set to
Trueto define the solution type as ‘HFSS with Hybrid and Arrays’.- Returns:
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> is_hybrid = hfss.hybrid Change to hybrid the current HFSS design >>> hfss.hybrid = True