PoissonGroup#

class brainpy.dyn.PoissonGroup(size, freqs, keep_size=False, sharding=None, spk_type=None, name=None, mode=None, seed=None)[source]#

Poisson Neuron Group.

reset_state(batch_or_mode=None, **kwargs)[source]#

Reset function which resets local states in this model.

Simply speaking, this function should implement the logic of resetting of local variables in this node.

See https://brainpy.readthedocs.io/en/latest/tutorial_toolbox/state_resetting.html for details.

update()[source]#

The function to specify the updating rule.