create_fresnel_variables#
- Hfss.create_fresnel_variables(setup_sweep: str, rttbl_version: str = '2.0') None#
Create (or overwrite) the output variables in HFSS needed to compute Fresnel reflection/transmission coefficients between Floquet ports.
- Parameters:
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.create_fresnel_variables("Setup2 : Sweep")