duplicate#
- NexximComponents.duplicate(assignment, location=None, angle=0, flip=False)[source]#
Add a new subcircuit to the design.
Note
This works only in graphical mode.
- Parameters:
- assignmentclass:ansys.aedt.core.modeler.Object3d.CircuitComponent Circuit Component Object
Component to duplicate.
- location
list
of
float
,optional
Position on the X axis and Y axis.
- angle
float
,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.Object3d.CircuitComponent
Circuit
Component
Object
when
successful
orFalse
when
failed.