NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::poisson_generator_ps::Variables_ Struct Reference
Collaboration diagram for nest::poisson_generator_ps::Variables_:
[legend]

Public Attributes

double inv_rate_ms_
 1000.0 / Parameters_.rate_
 
exponential_distribution exp_dev_
 random deviate generator
 
update-hook communication.

The following variables are used for direct communication from update() to event_hook().

They rely on the fact that event_hook() is called instantaneously from update(). Spikes are sent at times t that fulfill

t_min_active_ < t <= t_max_active_

Time t_min_active_
 start of generator activity in slice
 
Time t_max_active_
 end of generator activity in slice
 

Member Data Documentation

◆ exp_dev_

exponential_distribution nest::poisson_generator_ps::Variables_::exp_dev_

random deviate generator

Referenced by nest::poisson_generator_ps::event_hook().

◆ inv_rate_ms_

double nest::poisson_generator_ps::Variables_::inv_rate_ms_

◆ t_max_active_

Time nest::poisson_generator_ps::Variables_::t_max_active_

◆ t_min_active_

Time nest::poisson_generator_ps::Variables_::t_min_active_

The documentation for this struct was generated from the following file: