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