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 delta_EL, Node *) |
Public Attributes | |
| double | y0_ |
| External input current. | |
| double | I_syn_ex_ |
| Exc. exponential current. | |
| double | I_syn_in_ |
| Inh. exponential current. | |
| double | y2_ |
| Membrane potential (relative to resting potential) | |
| 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_exp_ps_lossless::State_::State_ | ( | ) |
Default initialization.
| void nest::iaf_psc_exp_ps_lossless::State_::get | ( | Dictionary & | d, |
| const Parameters_ & | p | ||
| ) | const |
References nest::Time::get_ms(), nest::names::I_syn(), nest::names::I_syn_ex(), nest::names::I_syn_in(), nest::names::is_refractory(), nest::names::offset(), nest::names::t_spike(), and nest::names::V_m().
Referenced by nest::iaf_psc_exp_ps_lossless::get_status().
| void nest::iaf_psc_exp_ps_lossless::State_::set | ( | const Dictionary & | d, |
| const Parameters_ & | p, | ||
| double | delta_EL, | ||
| Node * | node | ||
| ) |
References nest::names::I_syn_ex(), nest::names::I_syn_in(), nest::update_value_param(), and nest::names::V_m().
Referenced by nest::iaf_psc_exp_ps_lossless::set_status().
| double nest::iaf_psc_exp_ps_lossless::State_::I_syn_ex_ |
Exc. exponential current.
Referenced by nest::iaf_psc_exp_ps_lossless::get_I_syn_(), nest::iaf_psc_exp_ps_lossless::get_I_syn_ex_(), nest::iaf_psc_exp_ps_lossless::propagate_(), and nest::iaf_psc_exp_ps_lossless::update().
| double nest::iaf_psc_exp_ps_lossless::State_::I_syn_in_ |
Inh. exponential current.
Referenced by nest::iaf_psc_exp_ps_lossless::get_I_syn_(), nest::iaf_psc_exp_ps_lossless::get_I_syn_in_(), nest::iaf_psc_exp_ps_lossless::propagate_(), and nest::iaf_psc_exp_ps_lossless::update().
| bool nest::iaf_psc_exp_ps_lossless::State_::is_refractory_ |
True while refractory.
Referenced by nest::iaf_psc_exp_ps_lossless::emit_instant_spike_(), nest::iaf_psc_exp_ps_lossless::emit_spike_(), nest::iaf_psc_exp_ps_lossless::propagate_(), and nest::iaf_psc_exp_ps_lossless::update().
| double nest::iaf_psc_exp_ps_lossless::State_::last_spike_offset_ |
Offset of most recent spike.
Referenced by nest::iaf_psc_exp_ps_lossless::emit_instant_spike_(), nest::iaf_psc_exp_ps_lossless::emit_spike_(), and nest::iaf_psc_exp_ps_lossless::update().
| long nest::iaf_psc_exp_ps_lossless::State_::last_spike_step_ |
Time stamp of most recent spike.
Referenced by nest::iaf_psc_exp_ps_lossless::emit_instant_spike_(), nest::iaf_psc_exp_ps_lossless::emit_spike_(), and nest::iaf_psc_exp_ps_lossless::update().
| double nest::iaf_psc_exp_ps_lossless::State_::y0_ |
External input current.
Referenced by nest::iaf_psc_exp_ps_lossless::propagate_(), and nest::iaf_psc_exp_ps_lossless::update().
| double nest::iaf_psc_exp_ps_lossless::State_::y2_ |
Membrane potential (relative to resting potential)
Referenced by nest::iaf_psc_exp_ps_lossless::emit_instant_spike_(), nest::iaf_psc_exp_ps_lossless::emit_spike_(), nest::iaf_psc_exp_ps_lossless::get_V_m_(), nest::iaf_psc_exp_ps_lossless::propagate_(), and nest::iaf_psc_exp_ps_lossless::update().