Internal variables of the model. More...
Public Attributes | |
| double | exp_t_ |
| $ e^{-t/\tau_m} $ | |
| double | expm1_t_ |
| $ e^{-t/\tau_m} - 1 $ | |
| double | R_ |
| $ \frac{\tau_m}{c_m} $ | |
| double | h_ms_ |
| duration of time step [ms] | |
| long | refractory_steps_ |
| refractory time in steps | |
| double | refr_spikes_buffer_ |
| Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period. | |
Internal variables of the model.
| double nest::iaf_psc_delta_ps::Variables_::exp_t_ |
$ e^{-t/\tau_m} $
Referenced by nest::iaf_psc_delta_ps::pre_run_hook().
| double nest::iaf_psc_delta_ps::Variables_::expm1_t_ |
$ e^{-t/\tau_m} - 1 $
Referenced by nest::iaf_psc_delta_ps::pre_run_hook(), and nest::iaf_psc_delta_ps::update().
| double nest::iaf_psc_delta_ps::Variables_::h_ms_ |
duration of time step [ms]
Referenced by nest::iaf_psc_delta_ps::pre_run_hook(), and nest::iaf_psc_delta_ps::update().
| double nest::iaf_psc_delta_ps::Variables_::R_ |
$ \frac{\tau_m}{c_m} $
Referenced by nest::iaf_psc_delta_ps::emit_spike_(), nest::iaf_psc_delta_ps::pre_run_hook(), nest::iaf_psc_delta_ps::propagate_(), and nest::iaf_psc_delta_ps::update().
| double nest::iaf_psc_delta_ps::Variables_::refr_spikes_buffer_ |
Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period.
Referenced by nest::iaf_psc_delta_ps::update().
| long nest::iaf_psc_delta_ps::Variables_::refractory_steps_ |
refractory time in steps
Referenced by nest::iaf_psc_delta_ps::pre_run_hook(), and nest::iaf_psc_delta_ps::update().