insert_infinite_sphere#
- Hfss.insert_infinite_sphere(definition='Theta-Phi', phi_start=0, phi_stop=180, phi_step=10, theta_start=0, theta_stop=180, theta_step=10, units='deg', custom_radiation_faces=None, custom_coordinate_system=None, use_slant_polarization=False, polarization_angle=45, name=None)#
Create an infinite sphere.
Note
This method is not supported by HFSS
EigenModeandCharacteristicModesolution types.- Parameters:
- definition
str Coordinate definition type. The default is
"Theta-Phi". It can be aansys.aedt.core.generic.constants.InfiniteSphereTypeenumerator value.- phi_start
float,str,optional First angle start value. The default is
0.- phi_stop
float,str,optional First angle stop value. The default is
180.- phi_step
float,str,optional First angle step value. The default is
10.- theta_start
float,str,optional Second angle start value. The default is
0.- theta_stop
float,str,optional Second angle stop value. The default is
180.- theta_step
float,str,optional Second angle step value. The default is
10.- units
str Angle units. The default is
"deg".- custom_radiation_faces
str,optional List of radiation faces to use for far field computation. The default is
None.- custom_coordinate_system
str,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_angle
float,str,optional Slant angle value. The default is
45.- name
str,optional Name of the sphere. The default is
None.
- definition
- Returns:
ansys.aedt.core.modules.boundary.hfss_boundary.FarFieldSetupFar field setup object.