electrode

class nrv.fmod.electrode(ID=0)[source]

Objet for generic electrode description. Each electrode has an ID and a position.

Methods

electrode.__init__([ID])

Instantiation of a generic electrode

electrode.clear_footprint()

clear the footprint of a electrode

electrode.compute_field(I)

Compute the external field using the Point source approximation

electrode.get_ID_number()

get the ID of a electrode

electrode.get_footprint()

get the footprint of a electrode

electrode.get_parameters()

Generic method returning all the atributes of an NRV_class instance

electrode.load(data[, blacklist])

Generic loading method for NRV_class instance

electrode.load_electrode([data])

electrode.plot(axes[, color])

electrode.save([save, fname, blacklist])

Generic saving method for NRV_class instance.

electrode.save_electrode([save, fname])

electrode.set_ID_number(ID)

set the identification number of an electrode

electrode.set_footprint(footprint)

set the footprint of a electrode

electrode.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance

electrode.translate([x, y, z])

Move electrode by translation