sim_results

class nrv.backend.sim_results(context=None)[source]

Attributes

Methods

sim_results.__init__([context])

Init method for NRV_class

sim_results.clear()

sim_results.copy()

sim_results.filter_freq(my_key, freq[, Q])

Basic Filtering of quantities.

sim_results.fromkeys([value])

Create a new dictionary with keys from iterable and values set to value.

sim_results.get(key[, default])

Return the value for key if key is in the dictionary, else default.

sim_results.get_parameters()

Generic method returning all the atributes of an NRV_class instance

sim_results.items()

sim_results.keys()

sim_results.load(data[, blacklist])

Generic loading method for NRV_class instance

sim_results.plot_stim([IDs, t_stop, N_pts, ax])

Plot one or several stimulis of the simulation extra-cellular context

sim_results.pop(k[,d])

If the key is not found, return the default if given; otherwise, raise a KeyError.

sim_results.popitem()

Remove and return a (key, value) pair as a 2-tuple.

sim_results.remove_key([keys_to_remove, ...])

Remove a key or a list of keys from the results

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

Generic saving method for NRV_class instance.

sim_results.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance

sim_results.setdefault(key[, default])

Insert key with a value of default if key is not in the dictionary.

sim_results.update(_NRV_results__m, **kwargs)

overload of dict update method to update both attibute and items

sim_results.values()