NEST  2.6.0,not_revisioned_source_dir@0
Public Attributes | List of all members
nest::ppd_sup_generator::Variables_ Struct Reference

Public Attributes

double_t hazard_step_
 base hazard rate in units of time step More...
 
double_t hazard_step_t_
 hazard rate at time t in units of time step More...
 
double_t omega_
 angular velocity of rate modulation [rad/ms] More...
 
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 t_min_active_
 start of generator activity in slice More...
 
double_t t_max_active_
 end of generator activity in slice More...
 

Member Data Documentation

double_t nest::ppd_sup_generator::Variables_::hazard_step_

base hazard rate in units of time step

double_t nest::ppd_sup_generator::Variables_::hazard_step_t_

hazard rate at time t in units of time step

double_t nest::ppd_sup_generator::Variables_::omega_

angular velocity of rate modulation [rad/ms]

double_t nest::ppd_sup_generator::Variables_::t_max_active_

end of generator activity in slice

double_t 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: