assign_tangential_h_field#
- Maxwell3d.assign_tangential_h_field(assignment, x_component_real=0, x_component_imag=0, y_component_real=0, y_component_imag=0, coordinate_system='Global', origin=None, u_pos=None, reverse=False, bound_name=None)[source]#
Assign a tangential H field boundary to a list of faces.
- Parameters:
- assignment
list
of
int
oransys.aedt.core.modeler.cad.object_3d.Object3d
List of objects to assign an end connection to.
- x_component_real
float
,str
,optional
X component value real part. The default is
0
.- x_component_imag
float
,str
,optional
X component value imaginary part. The default is
0
.- y_component_real
float
,str
,optional
Y component value real part. The default is
0
.- y_component_imag
float
,str
,optional
Y component value imaginary part. The default is
0
.- coordinate_system
str
,optional
Coordinate system to use for the UV vector.
- origin
list
,optional
Origin of the UV vector. The default is ``None`, in which case the bottom left vertex is used.
- u_pos
list
,optional
Direction of the U vector. The default is
None
, in which case the top left vertex is used.- reversebool,
optional
Whether the vector is reversed. The default is
False
.- bound_name
str
,optional
Name of the end connection boundary. The default is
None
, in which case the default name is used.
- assignment
- Returns:
ansys.aedt.core.modules.boundary.BoundaryObject
Newly created object when successful,
False
when failed.
References
>>> oModule.AssignTangentialHField