insert_em_field_box#

Q3d.insert_em_field_box(u_length: int | float | str = 20, u_samples: int | float | str = 21, v_length: int | float | str = 20, v_samples: int | float | str = 21, w_length: int | float | str = 20, w_samples: int | float | str = 21, units: str = 'mm', custom_coordinate_system: str | None = None, name: str | None = None) NearFieldSetup#

Create an EM field box.

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_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