State variables of the model. More...
Public Member Functions | |
| State_ () | |
| Default initialization. | |
| void | get (Dictionary &, const Parameters_ &) const |
| void | set (const Dictionary &, const Parameters_ &, const double, Node *) |
| Set values from dictionary. | |
Public Attributes | |
| double | i_0_ |
| Stepwise constant input current. | |
| double | i_1_ |
| Current input that is filtered through the excitatory synapse exponential kernel. | |
| double | i_syn_ex_ |
| Postsynaptic current for excitatory inputs (includes contribution from current input on receptor type 1) | |
| double | i_syn_in_ |
| Postsynaptic current for inhibitory inputs. | |
| double | V_m_ |
| Membrane potential. | |
| int | r_ref_ |
| Absolute refractory counter (no membrane potential propagation) | |
| double | x_ |
| double | y_ |
| double | u_ |
State variables of the model.
| nest::iaf_tum_2000::State_::State_ | ( | ) |
Default initialization.
| void nest::iaf_tum_2000::State_::get | ( | Dictionary & | d, |
| const Parameters_ & | p | ||
| ) | const |
References nest::names::u(), nest::names::V_m(), nest::names::x(), and nest::names::y().
Referenced by nest::iaf_tum_2000::get_status().
| void nest::iaf_tum_2000::State_::set | ( | const Dictionary & | d, |
| const Parameters_ & | p, | ||
| const 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::names::u(), nest::update_value_param(), nest::names::V_m(), nest::names::x(), and nest::names::y().
Referenced by nest::iaf_tum_2000::set_status().
| double nest::iaf_tum_2000::State_::i_0_ |
Stepwise constant input current.
Referenced by nest::iaf_tum_2000::update().
| double nest::iaf_tum_2000::State_::i_1_ |
Current input that is filtered through the excitatory synapse exponential kernel.
Referenced by nest::iaf_tum_2000::update().
| double nest::iaf_tum_2000::State_::i_syn_ex_ |
Postsynaptic current for excitatory inputs (includes contribution from current input on receptor type 1)
Referenced by nest::iaf_tum_2000::get_I_syn_ex_(), and nest::iaf_tum_2000::update().
| double nest::iaf_tum_2000::State_::i_syn_in_ |
Postsynaptic current for inhibitory inputs.
Referenced by nest::iaf_tum_2000::get_I_syn_in_(), and nest::iaf_tum_2000::update().
| int nest::iaf_tum_2000::State_::r_ref_ |
Absolute refractory counter (no membrane potential propagation)
Referenced by nest::iaf_tum_2000::update().
| double nest::iaf_tum_2000::State_::u_ |
Referenced by nest::iaf_tum_2000::update().
| double nest::iaf_tum_2000::State_::V_m_ |
Membrane potential.
Referenced by nest::iaf_tum_2000::get_V_m_(), nest::iaf_tum_2000::phi_(), and nest::iaf_tum_2000::update().
| double nest::iaf_tum_2000::State_::x_ |
Referenced by nest::iaf_tum_2000::update().
| double nest::iaf_tum_2000::State_::y_ |
Referenced by nest::iaf_tum_2000::update().