create_fresnel_variables#
- Hfss.create_fresnel_variables(setup_sweep: str) None#
Create (or overwrite) the output variables in HFSS needed to compute Fresnel reflection/transmission coefficients between Floquet ports.
- Parameters:
- setup_sweep
str Name of the setup and sweep.
- setup_sweep
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.create_fresnel_variables(setup_sweep="Setup1 : Sweep1")