composite# property Hfss.composite: bool# HFSS composite mode for the active solution. Returns: bool Examples >>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> is_composite = hfss.composite Change to composite solution type the current HFSS design >>> hfss.composite = True