insert_near_field_box#
- Hfss.insert_near_field_box(u_length: float | int | str = 20.0, u_samples: int | str = 21, v_length: float | int | str = 20.0, v_samples: int | str = 21, w_length: float | int | str = 20.0, w_samples: int | str = 21, units: str = 'mm', custom_radiation_faces: str | None = None, custom_coordinate_system: str | None = None, name: str | None = None) NearFieldSetup#
Create a near field box.
Note
This method is not supported by HFSS
EigenModeandCharacteristicModesolution types.- Parameters:
- u_length
float,int,str,optional U axis length. The default is
20.- u_samples
int,str,optional U axis samples. The default is
21.- v_length
float,int,str,optional V axis length. The default is
20.- v_samples
int,str,optional V axis samples. The default is
21.- w_length
float,int,str,optional W axis length. The default is
20.- w_samples
int,str,optional W axis samples. The default is
21.- units
str Length units. The default is
"mm".- 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.- name
str,optional Name of the sphere. The default is
None.
- u_length
- Returns:
ansys.aedt.core.modules.hfss_boundary.NearFieldSetup