assign_coil#

Maxwell3d.assign_coil(assignment, conductors_number=1, polarity='Positive', name=None)[source]#

Assign coils to a list of objects or face IDs.

Parameters:
assignmentlist

List of objects or face IDs.

conductors_numberint, optional

Number of conductors. The default is 1.

polaritystr, optional

Type of the polarity. The default is "Positive".

namestr, optional

The default is None.

Returns:
pyaedt.modules.Boundary.BoundaryObject

Bounding object for the winding, otherwise only the bounding object. False when failed.

References

>>> oModule.AssignCoil