create_wire# MaxwellCircuitComponents.create_wire(points_array, wire_name='')[source]# Create a wire. Parameters: points_arraylistA nested list of point coordinates. For example, [[x1, y1], [x2, y2], ...]. wire_namestr, optionalName of the wire. Default value is "". Returns: pyaedt.modeler.cad.object3dcircuit.WireWire Object. References >>> oEditor.CreateWire Copy to clipboard