duplicate#

NexximComponents.duplicate(component, location=None, angle=0, flip=False)[source]#

Add a new subcircuit to the design.

Note

This works only in graphical mode.

Parameters:
componentclass:pyaedt.modeler.Object3d.CircuitComponent Circuit Component Object

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:
pyaedt.modeler.Object3d.CircuitComponent Circuit Component Object
when successful or False when failed.