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

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.
 

Detailed Description

Internal variables of the model.

Member Data Documentation

◆ exp_t_

double nest::iaf_psc_delta_ps::Variables_::exp_t_

$ e^{-t/\tau_m} $

Referenced by nest::iaf_psc_delta_ps::pre_run_hook().

◆ expm1_t_

double nest::iaf_psc_delta_ps::Variables_::expm1_t_

◆ h_ms_

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().

◆ R_

double nest::iaf_psc_delta_ps::Variables_::R_

◆ refr_spikes_buffer_

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().

◆ refractory_steps_

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().


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