NEST
2.6.0,not_revisioned_source_dir@0
|
State variables of the model. More...
Public Member Functions | |
State_ () | |
Default initialization. More... | |
void | get (DictionaryDatum &, const Parameters_ &) const |
void | set (const DictionaryDatum &, const Parameters_ &, double) |
Set values from dictionary. More... | |
Public Attributes | |
double_t | y0_ |
double_t | y3_ |
This is the membrane potential RELATIVE TO RESTING POTENTIAL. More... | |
int_t | r_ |
Number of refractory steps remaining. More... | |
double_t | refr_spikes_buffer_ |
Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period. More... | |
State variables of the model.
nest::iaf_psc_delta::State_::State_ | ( | ) |
Default initialization.
void nest::iaf_psc_delta::State_::get | ( | DictionaryDatum & | d, |
const Parameters_ & | p | ||
) | const |
References nest::names::d, nest::iaf_psc_delta::Parameters_::E_L_, and nest::names::V_m.
Referenced by nest::iaf_psc_delta::get_status().
void nest::iaf_psc_delta::State_::set | ( | const DictionaryDatum & | d, |
const Parameters_ & | p, | ||
double | delta_EL | ||
) |
Set values from dictionary.
dictionary | to take data from |
current | parameters |
Change | in reversal potential E_L specified by this dict |
References nest::iaf_psc_delta::Parameters_::E_L_, and nest::names::V_m.
Referenced by nest::iaf_psc_delta::set_status().
int_t nest::iaf_psc_delta::State_::r_ |
Number of refractory steps remaining.
double_t nest::iaf_psc_delta::State_::refr_spikes_buffer_ |
Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period.
double_t nest::iaf_psc_delta::State_::y0_ |
double_t nest::iaf_psc_delta::State_::y3_ |
This is the membrane potential RELATIVE TO RESTING POTENTIAL.
Referenced by nest::iaf_psc_delta::get_V_m_().