insert_infinite_sphere#

Hfss.insert_infinite_sphere(definition='Theta-Phi', x_start=0, x_stop=180, x_step=10, y_start=0, y_stop=180, y_step=10, units='deg', custom_radiation_faces=None, custom_coordinate_system=None, use_slant_polarization=False, polarization_angle=45, name=None)[source]#

Create an infinite sphere.

Note

This method is not supported by HFSS EigenMode and CharacteristicMode solution types.

Parameters:
definitionstr

Coordinate definition type. The default is "Theta-Phi". It can be a ansys.aedt.core.generic.constants.INFINITE_SPHERE_TYPE enumerator value.

x_startfloat, str, optional

First angle start value. The default is 0.

x_stopfloat, str, optional

First angle stop value. The default is 180.

x_stepfloat, str, optional

First angle step value. The default is 10.

y_startfloat, str, optional

Second angle start value. The default is 0.

y_stopfloat, str, optional

Second angle stop value. The default is 180.

y_stepfloat, str, optional

Second angle step value. The default is 10.

unitsstr

Angle units. The default is "deg".

custom_radiation_facesstr, optional

List of radiation faces to use for far field computation. The default is None.

custom_coordinate_systemstr, optional

Local coordinate system to use for far field computation. The default is None.

use_slant_polarizationbool, optional

Whether to use slant polarization. The default is False.

polarization_anglefloat, str, optional

Slant angle value. The default is 45.

namestr, optional

Name of the sphere. The default is None.

Returns:
ansys.aedt.core.modules.boundary.FarFieldSetup