assign_single_conductor#

Q2d.assign_single_conductor(target_objects, name='', conductor_type='SignalLine', solve_option='SolveInside', thickness=None, unit='um')[source]#

Assign the conductor type to sheets.

Parameters:
target_objectslist

List of Object3D.

namestr, optional

Name of the conductor. The default is "", in which case the default name is used.

conductor_typestr

Type of the conductor. Options are "SignalLine" and "ReferenceGround". The default is "SignalLine".

solve_optionstr, optional

Method for solving. Options are "SolveInside", "SolveOnBoundary", and "Automatic". The default is "SolveInside".

thicknessfloat, optional

Conductor thickness. The default is None, in which case the conductor thickness is obtained by dividing the conductor’s area by its perimeter (A/p). If multiple conductors are selected, the average conductor thickness is used.

unitstr, optional

Thickness unit. The default is "um".

Returns:
pyaedt.modules.Boundary.BoundaryObject

Source object.

References

>>> oModule.AssignSingleSignalLine
>>> oModule.AssignSingleReferenceGround