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 | 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 2 | |
| double | V_m_ |
| membrane potential, variable 3 | |
| double | V_th_1_ |
| short time adaptive threshold (related to tau_1_), variable 4 | |
| double | V_th_2_ |
| long time adaptive threshold (related to tau_2_), variable 5 | |
| double | V_th_dv_ |
| derivative of voltage dependent threshold, variable 6 | |
| double | V_th_v_ |
| voltage dependent threshold, variable 7 | |
| int | r_ |
| total refractory counter (no spikes can be generated) | |
State variables of the model.
| nest::amat2_psc_exp::State_::State_ | ( | ) |
Default initialization.
| void nest::amat2_psc_exp::State_::get | ( | Dictionary & | d, |
| const Parameters_ & | p | ||
| ) | const |
References nest::names::V_m(), nest::names::V_th(), nest::names::V_th_alpha_1(), nest::names::V_th_alpha_2(), and nest::names::V_th_v().
Referenced by nest::amat2_psc_exp::get_status().
| void nest::amat2_psc_exp::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(), nest::names::V_m(), nest::names::V_th_alpha_1(), nest::names::V_th_alpha_2(), and nest::names::V_th_v().
Referenced by nest::amat2_psc_exp::set_status().
| double nest::amat2_psc_exp::State_::i_0_ |
synaptic dc input current, variable 0
Referenced by nest::amat2_psc_exp::update().
| double nest::amat2_psc_exp::State_::I_syn_ex_ |
postsynaptic current for exc. inputs, variable 1
Referenced by nest::amat2_psc_exp::get_I_syn_ex_(), and nest::amat2_psc_exp::update().
| double nest::amat2_psc_exp::State_::I_syn_in_ |
postsynaptic current for inh. inputs, variable 2
Referenced by nest::amat2_psc_exp::get_I_syn_in_(), and nest::amat2_psc_exp::update().
| int nest::amat2_psc_exp::State_::r_ |
total refractory counter (no spikes can be generated)
Referenced by nest::amat2_psc_exp::update().
| double nest::amat2_psc_exp::State_::V_m_ |
membrane potential, variable 3
Referenced by nest::amat2_psc_exp::get_V_m_(), and nest::amat2_psc_exp::update().
| double nest::amat2_psc_exp::State_::V_th_1_ |
short time adaptive threshold (related to tau_1_), variable 4
Referenced by nest::amat2_psc_exp::get_V_th_(), and nest::amat2_psc_exp::update().
| double nest::amat2_psc_exp::State_::V_th_2_ |
long time adaptive threshold (related to tau_2_), variable 5
Referenced by nest::amat2_psc_exp::get_V_th_(), and nest::amat2_psc_exp::update().
| double nest::amat2_psc_exp::State_::V_th_dv_ |
derivative of voltage dependent threshold, variable 6
Referenced by nest::amat2_psc_exp::update().
| double nest::amat2_psc_exp::State_::V_th_v_ |
voltage dependent threshold, variable 7
Referenced by nest::amat2_psc_exp::get_V_th_(), nest::amat2_psc_exp::get_V_th_v_(), and nest::amat2_psc_exp::update().