start#
- static Bird.start(app: Hfss) bool#
Initialize app for SBR+ simulation.
- Parameters:
- appclass:ansys.aedt.core.Hfss
HFSS application instance.
- Returns:
- bool
Truewhen successful,Falsewhen failed.
Examples
>>> import ansys.aedt.core as pyaedt >>> from ansys.aedt.core.modeler.advanced_cad.multiparts import MultiPartComponent >>> hfss = pyaedt.Hfss() >>> MultiPartComponent.start(hfss)