NEST
2.6.0,not_revisioned_source_dir@0
|
Public Member Functions | |
Parameters_ () | |
Set default parameter values. More... | |
void | get (DictionaryDatum &) const |
Store current values in dictionary. More... | |
void | set (const DictionaryDatum &) |
Set values from dictionary. More... | |
Public Attributes | |
double_t | V_th |
Threshold Potential in mV. More... | |
double_t | g_L |
Leak Conductance in nS. More... | |
double_t | C_m |
Membrane Capacitance in pF. More... | |
double_t | E_ex |
Excitatory reversal Potential in mV. More... | |
double_t | E_in |
Inhibitory reversal Potential in mV. More... | |
double_t | E_L |
Leak reversal Potential (a.k.a. resting potential) in mV. More... | |
double_t | tau_synE |
Synaptic Time Constant Excitatory Synapse in ms. More... | |
double_t | tau_synI |
Synaptic Time Constant for Inhibitory Synapse in ms. More... | |
double_t | I_e |
Constant Current in pA. More... | |
double_t | tau_ahp |
Afterhyperpolarization (AHP) time constant. More... | |
double_t | g_ahp |
AHP conductance. More... | |
double_t | E_ahp |
AHP potential. More... | |
bool | ahp_bug |
If true, discard AHP conductance value from previous spikes. More... | |
Model parameters.
nest::iaf_chxk_2008::Parameters_::Parameters_ | ( | ) |
Set default parameter values.
References nest::iaf_chxk_2008::recordablesMap_.
void nest::iaf_chxk_2008::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::C_m, nest::names::d, nest::names::E_ahp, nest::names::E_ex, nest::names::E_in, nest::names::E_L, nest::names::g_ahp, nest::names::g_L, nest::names::I_e, nest::names::tau_ahp, nest::names::tau_syn_ex, nest::names::tau_syn_in, and nest::names::V_th.
Referenced by nest::iaf_chxk_2008::get_status().
void nest::iaf_chxk_2008::Parameters_::set | ( | const DictionaryDatum & | d | ) |
Set values from dictionary.
References nest::names::C_m, nest::names::d, nest::names::E_ahp, nest::names::E_ex, nest::names::E_in, nest::names::E_L, nest::names::g_ahp, nest::names::g_L, nest::names::I_e, nest::names::tau_ahp, nest::names::tau_syn_ex, nest::names::tau_syn_in, and nest::names::V_th.
Referenced by nest::iaf_chxk_2008::set_status().
bool nest::iaf_chxk_2008::Parameters_::ahp_bug |
If true, discard AHP conductance value from previous spikes.
double_t nest::iaf_chxk_2008::Parameters_::C_m |
Membrane Capacitance in pF.
double_t nest::iaf_chxk_2008::Parameters_::E_ahp |
AHP potential.
Referenced by nest::iaf_chxk_2008::get_I_ahp_().
double_t nest::iaf_chxk_2008::Parameters_::E_ex |
Excitatory reversal Potential in mV.
Referenced by nest::iaf_chxk_2008::get_I_syn_exc_().
double_t nest::iaf_chxk_2008::Parameters_::E_in |
Inhibitory reversal Potential in mV.
Referenced by nest::iaf_chxk_2008::get_I_syn_inh_().
double_t nest::iaf_chxk_2008::Parameters_::E_L |
Leak reversal Potential (a.k.a. resting potential) in mV.
Referenced by nest::iaf_chxk_2008::State_::State_().
double_t nest::iaf_chxk_2008::Parameters_::g_ahp |
AHP conductance.
double_t nest::iaf_chxk_2008::Parameters_::g_L |
Leak Conductance in nS.
double_t nest::iaf_chxk_2008::Parameters_::I_e |
Constant Current in pA.
double_t nest::iaf_chxk_2008::Parameters_::tau_ahp |
Afterhyperpolarization (AHP) time constant.
double_t nest::iaf_chxk_2008::Parameters_::tau_synE |
Synaptic Time Constant Excitatory Synapse in ms.
double_t nest::iaf_chxk_2008::Parameters_::tau_synI |
Synaptic Time Constant for Inhibitory Synapse in ms.
double_t nest::iaf_chxk_2008::Parameters_::V_th |
Threshold Potential in mV.