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:
setup_sweepstr

Name of the setup and sweep.

rttbl_versionstr

Version of the Fresnel table to create. The options are "1.0" and "2.0".

Examples

>>> from ansys.aedt.core import Hfss
>>> hfss = Hfss()
>>> hfss.create_fresnel_variables("Setup2 : Sweep")