TxElectricWire

class emg3d.electrodes.TxElectricWire(coordinates, strength=1.0)[source]

Bases: emg3d.electrodes.Source, emg3d.electrodes.Wire

Electric wire source consisting of a series of dipoles.

Parameters
coordinatesarray_like

Electrode locations of shape (n, 3), where n is the number of electrodes: [[x1, y1, z1], [...], [xn, yn, zn]].

strengthfloat, default: 1.0

Source strength (A).