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 | y_input_ |
| external input current | |
| double | I_ex_ |
| alpha current, first component | |
| double | dI_ex_ |
| alpha current, second component | |
| double | I_in_ |
| alpha current, first component | |
| double | dI_in_ |
| alpha current, second component | |
| double | V_m_ |
| Membrane pot. rel. to resting pot. E_L_. | |
| bool | is_refractory_ |
| true while refractory | |
| long | last_spike_step_ |
| time stamp of most recent spike | |
| double | last_spike_offset_ |
| offset of most recent spike | |
State variables of the model.
| nest::iaf_psc_alpha_ps::State_::State_ | ( | ) |
Default initialization.
| void nest::iaf_psc_alpha_ps::State_::get | ( | Dictionary & | d, |
| const Parameters_ & | p | ||
| ) | const |
References nest::names::dI_syn_ex(), nest::names::dI_syn_in(), nest::names::I_syn_ex(), nest::names::I_syn_in(), nest::names::is_refractory(), and nest::names::V_m().
Referenced by nest::iaf_psc_alpha_ps::get_status().
| void nest::iaf_psc_alpha_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_alpha_ps::set_status().
| double nest::iaf_psc_alpha_ps::State_::dI_ex_ |
alpha current, second component
Referenced by nest::iaf_psc_alpha_ps::get_dI_ex_(), nest::iaf_psc_alpha_ps::propagate_(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::State_::dI_in_ |
alpha current, second component
Referenced by nest::iaf_psc_alpha_ps::get_dI_in_(), nest::iaf_psc_alpha_ps::propagate_(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::State_::I_ex_ |
alpha current, first component
Referenced by nest::iaf_psc_alpha_ps::get_I_ex_(), nest::iaf_psc_alpha_ps::propagate_(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::State_::I_in_ |
alpha current, first component
Referenced by nest::iaf_psc_alpha_ps::get_I_in_(), nest::iaf_psc_alpha_ps::propagate_(), and nest::iaf_psc_alpha_ps::update().
| bool nest::iaf_psc_alpha_ps::State_::is_refractory_ |
true while refractory
Referenced by nest::iaf_psc_alpha_ps::emit_instant_spike_(), nest::iaf_psc_alpha_ps::emit_spike_(), nest::iaf_psc_alpha_ps::propagate_(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::State_::last_spike_offset_ |
offset of most recent spike
Referenced by nest::iaf_psc_alpha_ps::emit_instant_spike_(), nest::iaf_psc_alpha_ps::emit_spike_(), and nest::iaf_psc_alpha_ps::update().
| long nest::iaf_psc_alpha_ps::State_::last_spike_step_ |
time stamp of most recent spike
Referenced by nest::iaf_psc_alpha_ps::emit_instant_spike_(), nest::iaf_psc_alpha_ps::emit_spike_(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::State_::V_m_ |
Membrane pot. rel. to resting pot. E_L_.
Referenced by nest::iaf_psc_alpha_ps::emit_instant_spike_(), nest::iaf_psc_alpha_ps::emit_spike_(), nest::iaf_psc_alpha_ps::get_V_m_(), nest::iaf_psc_alpha_ps::propagate_(), and nest::iaf_psc_alpha_ps::update().
| double nest::iaf_psc_alpha_ps::State_::y_input_ |
external input current
Referenced by nest::iaf_psc_alpha_ps::propagate_(), and nest::iaf_psc_alpha_ps::update().