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 | U_ |
| This is the membrane potential RELATIVE TO RESTING POTENTIAL. | |
| double | I_ |
| This is the current to be applied during this time step. | |
| long | last_spike_step_ |
| step of last spike, for reporting in status dict | |
| double | last_spike_offset_ |
| offset of last spike, for reporting in status dict | |
| bool | is_refractory_ |
| flag for refractoriness | |
| bool | with_refr_input_ |
| spikes arriving during refractory period are counted | |
State variables of the model.
| nest::iaf_psc_delta_ps::State_::State_ | ( | ) |
Default initialization.
| void nest::iaf_psc_delta_ps::State_::get | ( | Dictionary & | d, |
| const Parameters_ & | p | ||
| ) | const |
References nest::names::is_refractory(), nest::names::refractory_input(), and nest::names::V_m().
Referenced by nest::iaf_psc_delta_ps::get_status().
| void nest::iaf_psc_delta_ps::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_ps::set_status().
| double nest::iaf_psc_delta_ps::State_::I_ |
This is the current to be applied during this time step.
Referenced by nest::iaf_psc_delta_ps::emit_spike_(), nest::iaf_psc_delta_ps::propagate_(), and nest::iaf_psc_delta_ps::update().
| bool nest::iaf_psc_delta_ps::State_::is_refractory_ |
flag for refractoriness
Referenced by nest::iaf_psc_delta_ps::emit_instant_spike_(), nest::iaf_psc_delta_ps::emit_spike_(), nest::iaf_psc_delta_ps::propagate_(), and nest::iaf_psc_delta_ps::update().
| double nest::iaf_psc_delta_ps::State_::last_spike_offset_ |
offset of last spike, for reporting in status dict
Referenced by nest::iaf_psc_delta_ps::emit_instant_spike_(), nest::iaf_psc_delta_ps::emit_spike_(), and nest::iaf_psc_delta_ps::update().
| long nest::iaf_psc_delta_ps::State_::last_spike_step_ |
step of last spike, for reporting in status dict
Referenced by nest::iaf_psc_delta_ps::emit_instant_spike_(), nest::iaf_psc_delta_ps::emit_spike_(), and nest::iaf_psc_delta_ps::update().
| double nest::iaf_psc_delta_ps::State_::U_ |
This is the membrane potential RELATIVE TO RESTING POTENTIAL.
Referenced by nest::iaf_psc_delta_ps::emit_instant_spike_(), nest::iaf_psc_delta_ps::emit_spike_(), nest::iaf_psc_delta_ps::get_V_m_(), nest::iaf_psc_delta_ps::propagate_(), and nest::iaf_psc_delta_ps::update().
| bool nest::iaf_psc_delta_ps::State_::with_refr_input_ |
spikes arriving during refractory period are counted
Referenced by nest::iaf_psc_delta_ps::update().