create_wire#

MaxwellCircuitComponents.create_wire(points_array, wire_name='')[source]#

Create a wire.

Parameters:
points_arraylist

A nested list of point coordinates. For example, [[x1, y1], [x2, y2], ...].

wire_namestr, optional

Name of the wire. Default value is "".

Returns:
pyaedt.modeler.cad.object3dcircuit.Wire

Wire Object.

References

>>> oEditor.CreateWire