Source#

class emg3d.electrodes.Source(strength, **kwargs)[source]#

Bases: emg3d.electrodes.Wire

A source adds strength to a Wire instance.

Note

Use any of the Tx* classes to create sources, not this class.

Parameters
strength{float, complex}

Source strength (A).

Attributes Summary

strength

Source strength (A).

Methods Summary

get_field(grid, frequency)

Returns source field for given grid and frequency.

Attributes Documentation

strength#

Source strength (A).

Methods Documentation

get_field(grid, frequency)[source]#

Returns source field for given grid and frequency.