insert_near_field_sphere#

Hfss.insert_near_field_sphere(radius: float | int | str = 20, radius_units='mm', phi_start: float | int | str = 0, phi_stop: float | int | str = 180, phi_step: float | int | str = 10, theta_start: float | int | str = 0, theta_stop: float | int | str = 180, theta_step: float | int | str = 10, angle_units: str = 'deg', custom_radiation_faces: str | None = None, custom_coordinate_system: str | None = None, name: str | None = None) NearFieldSetup#

Create a near field sphere.

Note

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

Parameters:
radiusfloat, str, optional

Sphere radius. The default is 20.

radius_unitsstr

Radius units. The default is "mm".

phi_startfloat, str, optional

First angle start value. The default is 0.

phi_stopfloat, str, optional

First angle stop value. The default is 180.

phi_stepfloat, str, optional

First angle step value. The default is 10.

theta_startfloat, str, optional

Second angle start value. The default is 0.

theta_stopfloat, str, optional

Second angle stop value. The default is 180.

theta_stepfloat, str, optional

Second angle step value. The default is 10.

angle_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.

namestr, optional

Name of the sphere. The default is None.

Returns:
ansys.aedt.core.modules.hfss_boundary.NearFieldSetup