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 *) |
| Set values from dictionary. | |
Public Attributes | |
| double | i_0_ |
| synaptic dc input current, variable 0 | |
| double | i_syn_ex_ |
| postsynaptic current for exc. inputs, variable 1 | |
| double | i_syn_in_ |
| postsynaptic current for inh. inputs, variable 1 | |
| double | V_m_ |
| membrane potential, variable 2 | |
| int | r_abs_ |
| absolute refractory counter (no membrane potential propagation) | |
| int | r_tot_ |
| total refractory counter (no spikes can be generated) | |
State variables of the model.
| nest::iaf_psc_exp_htum::State_::State_ | ( | ) |
Default initialization.
| void nest::iaf_psc_exp_htum::State_::get | ( | Dictionary & | d, |
| const Parameters_ & | p | ||
| ) | const |
References nest::names::V_m().
Referenced by nest::iaf_psc_exp_htum::get_status().
| void nest::iaf_psc_exp_htum::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_exp_htum::set_status().
| double nest::iaf_psc_exp_htum::State_::i_0_ |
synaptic dc input current, variable 0
Referenced by nest::iaf_psc_exp_htum::update().
| double nest::iaf_psc_exp_htum::State_::i_syn_ex_ |
postsynaptic current for exc. inputs, variable 1
Referenced by nest::iaf_psc_exp_htum::get_I_syn_ex_(), and nest::iaf_psc_exp_htum::update().
| double nest::iaf_psc_exp_htum::State_::i_syn_in_ |
postsynaptic current for inh. inputs, variable 1
Referenced by nest::iaf_psc_exp_htum::get_I_syn_in_(), and nest::iaf_psc_exp_htum::update().
| int nest::iaf_psc_exp_htum::State_::r_abs_ |
absolute refractory counter (no membrane potential propagation)
Referenced by nest::iaf_psc_exp_htum::update().
| int nest::iaf_psc_exp_htum::State_::r_tot_ |
total refractory counter (no spikes can be generated)
Referenced by nest::iaf_psc_exp_htum::update().
| double nest::iaf_psc_exp_htum::State_::V_m_ |
membrane potential, variable 2
Referenced by nest::iaf_psc_exp_htum::get_V_m_(), and nest::iaf_psc_exp_htum::update().