NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::ppd_sup_generator::Variables_ Struct Reference

Public Attributes

double hazard_step_
 base hazard rate in units of time step
 
double hazard_step_t_
 hazard rate at time t in units of time step
 
double omega_
 angular velocity of rate modulation [rad/ms]
 
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 instantaneuously from update(). Spikes are sent at times t that fulfill

t_min_active_ < t <= t_max_active_

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

Member Data Documentation

◆ hazard_step_

double nest::ppd_sup_generator::Variables_::hazard_step_

base hazard rate in units of time step

Referenced by nest::ppd_sup_generator::pre_run_hook(), and nest::ppd_sup_generator::update().

◆ hazard_step_t_

double nest::ppd_sup_generator::Variables_::hazard_step_t_

hazard rate at time t in units of time step

Referenced by nest::ppd_sup_generator::event_hook(), and nest::ppd_sup_generator::update().

◆ omega_

double nest::ppd_sup_generator::Variables_::omega_

angular velocity of rate modulation [rad/ms]

Referenced by nest::ppd_sup_generator::pre_run_hook(), and nest::ppd_sup_generator::update().

◆ t_max_active_

double nest::ppd_sup_generator::Variables_::t_max_active_

end of generator activity in slice

◆ t_min_active_

double nest::ppd_sup_generator::Variables_::t_min_active_

start of generator activity in slice


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