duplicate#

MultiplexerBand.duplicate(new_name: str = '') EmitNode#

Duplicate this node.

Examples

>>> from ansys.aedt.core import Emit
>>> app = Emit()
>>> mux = app.schematic.create_component("Multiplexer")
>>> mplex_band = mux.children[0]
>>> mplex_band_copy = mplex_band.duplicate("mplex_band_copy")