insert_near_field_box#

Hfss.insert_near_field_box(u_length=20, u_samples=21, v_length=20, v_samples=21, w_length=20, w_samples=21, units='mm', custom_radiation_faces=None, custom_coordinate_system=None, name=None)[source]#

Create a near field box.

Note

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

Parameters:
u_lengthfloat, str, optional

U axis length. The default is 20.

u_samplesfloat, str, optional

U axis samples. The default is 21.

v_lengthfloat, str, optional

V axis length. The default is 20.

v_samplesfloat, str, optional

V axis samples. The default is 21.

w_lengthfloat, str, optional

W axis length. The default is 20.

w_samplesfloat, str, optional

W axis samples. The default is 21.

unitsstr

Length units. The default is "mm".

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:
pyaedt.modules.Boundary.NearFieldSetup