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:
- assignment
ansys.aedt.core.modeler.circuits.object_3d_circuit.CircuitComponent Component to duplicate.
- location
listoffloat,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.
- assignment
- Returns:
- :
ansys.aedt.core.modeler.circuits.object_3d_circuit.CircuitComponentCircuitComponentObject whensuccessfulorFalsewhenfailed.
- :