insert_em_field_sphere#
- Q3d.insert_em_field_sphere(radius: int | float | str = 20, radius_units: str = 'mm', x_start: int | float | str = 0, x_stop: int | float | str = 180, x_step: int | float | str = 10, y_start: int | float | str = 0, y_stop: int | float | str = 180, y_step: int | float | str = 10, angle_units: str = 'deg', custom_coordinate_system: str | None = None, name: str | None = None) NearFieldSetup #
Create an EM field sphere.
- Parameters:
- radius
float
,str
,optional
Sphere radius. The default is
20
.- radius_units
str
Radius units. The default is
"mm"
.- 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
.- angle_units
str
Angle units. The default is
"deg"
.- custom_coordinate_system
str
,optional
Local coordinate system to use for far field computation. The default is
None
.- name
str
,optional
Name of the sphere. The default is
None
.
- radius
- Returns:
ansys.aedt.core.modules.hfss_boundary.NearFieldSetup