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:
assignmentlist of int or pyaedt.modeler.cad.object3d.Object3d

List of objects to assign an end connection to.

x_component_realfloat, str, optional

X component value real part. The default is 0.

x_component_imagfloat, str, optional

X component value imaginary part. The default is 0.

y_component_realfloat, str, optional

Y component value real part. The default is 0.

y_component_imagfloat, str, optional

Y component value imaginary part. The default is 0.

coordinate_systemstr, optional

Coordinate system to use for the UV vector.

originlist, optional

Origin of the UV vector. The default is ``None`, in which case the bottom left vertex is used.

u_poslist, 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_namestr, optional

Name of the end connection boundary. The default is None, in which case the default name is used.

Returns:
pyaedt.modules.Boundary.BoundaryObject

Newly created object when successful, False when failed.

References

>>> oModule.AssignTangentialHField