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 | |
| 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().
| 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().
| 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().
| double nest::ppd_sup_generator::Variables_::t_max_active_ |
end of generator activity in slice
| double nest::ppd_sup_generator::Variables_::t_min_active_ |
start of generator activity in slice