duplicate#

NexximComponents.duplicate(assignment, location=None, angle=0, flip=False)#

Add a new subcircuit to the design.

Note

This works only in graphical mode.

Parameters:
assignmentansys.aedt.core.modeler.circuits.object_3d_circuit.CircuitComponent

Component to duplicate.

locationlist of float, optional

Position on the X axis and Y axis.

anglefloat, optional

Angle rotation in degrees. The default is 0.

flipbool, optional

Whether the component should be flipped. The default value is False.

Returns:
:ansys.aedt.core.modeler.circuits.object_3d_circuit.CircuitComponent Circuit Component Object
when successful or False when failed.