I created a port in a directional coupler , designed as a quarter and duplicated with duplicate_and mirror, using the following instruction:
hfss.modeler.create_polyline(position_list = [["-(l35/2+pl)", "l1-l2-w50/2", "h1"], ["-(l35/2+pl)", "l1-l2-w50/2", "0"]], name="port1", xsection_type="Line", xsection_width="w50")
Is there a way to duplicate it in the other Direction Coupler sides, without unite instruction? Otherwise, I will see only a port name.
I need to duplicate in X,-Y, -X,Y, -X,-Y side but with different names.