assign_thin_conductor#

Q3d.assign_thin_conductor(assignment, material='copper', thickness=1, name='')[source]#

Assign a thin conductor to a sheet. The method accepts both a sheet name or a face id. If a face it is provided, then a sheet will be created and the boundary assigned to it.

Parameters:
assignmentstr or int or ansys.aedt.core.modeler.cad.object_3d.Object3d or list

Object assignment.

materialstr, optional

Material. Default is "copper".

thicknessfloat, str, optional

Conductor thickness. It can be as number of a string with units. Default is 1.

namestr, optional

Name of the boundary. Default is "".

Returns:
ansys.aedt.core.modules.boundary.BoundaryObject

Source object.