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
andCharacteristicMode
solution types.- Parameters:
- definition
str
Coordinate definition type. The default is
"Theta-Phi"
. It can be aansys.aedt.core.generic.constants.INFINITE_SPHERE_TYPE
enumerator value.- x_start
float
,str
,optional
First angle start value. The default is
0
.- x_stop
float
,str
,optional
First angle stop value. The default is
180
.- x_step
float
,str
,optional
First angle step value. The default is
10
.- y_start
float
,str
,optional
Second angle start value. The default is
0
.- y_stop
float
,str
,optional
Second angle stop value. The default is
180
.- y_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: