NEST
2.6.0,not_revisioned_source_dir@0
|
Public Member Functions | |
Parameters_ () | |
Sets default parameter values. More... | |
void | get (DictionaryDatum &) const |
Store current values in dictionary. More... | |
void | set (const DictionaryDatum &) |
Set values from dicitonary. More... | |
Public Attributes | |
double_t | V_th_ |
Threshold Potential in mV. More... | |
double_t | V_reset_ |
Reset Potential in mV. More... | |
double_t | t_ref_ |
Refractory period in ms. 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 (aka 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... | |
Model parameters.
nest::iaf_cond_exp::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
void nest::iaf_cond_exp::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::C_m, nest::names::d, nest::names::E_ex, nest::names::E_in, nest::names::E_L, nest::names::g_L, nest::names::I_e, nest::names::t_ref, nest::names::tau_syn_ex, nest::names::tau_syn_in, nest::names::V_reset, and nest::names::V_th.
Referenced by nest::iaf_cond_exp::get_status().
void nest::iaf_cond_exp::Parameters_::set | ( | const DictionaryDatum & | d | ) |
Set values from dicitonary.
References nest::names::C_m, nest::names::d, nest::names::E_ex, nest::names::E_in, nest::names::E_L, nest::names::g_L, nest::names::I_e, nest::names::t_ref, nest::names::tau_syn_ex, nest::names::tau_syn_in, nest::names::V_reset, and nest::names::V_th.
Referenced by nest::iaf_cond_exp::set_status().
double_t nest::iaf_cond_exp::Parameters_::C_m |
Membrane Capacitance in pF.
double_t nest::iaf_cond_exp::Parameters_::E_ex |
Excitatory reversal Potential in mV.
double_t nest::iaf_cond_exp::Parameters_::E_in |
Inhibitory reversal Potential in mV.
double_t nest::iaf_cond_exp::Parameters_::E_L |
Leak reversal Potential (aka resting potential) in mV.
Referenced by nest::iaf_cond_exp::State_::State_().
double_t nest::iaf_cond_exp::Parameters_::g_L |
Leak Conductance in nS.
double_t nest::iaf_cond_exp::Parameters_::I_e |
Constant Current in pA.
double_t nest::iaf_cond_exp::Parameters_::t_ref_ |
Refractory period in ms.
double_t nest::iaf_cond_exp::Parameters_::tau_synI |
Synaptic Time Constant for Inhibitory Synapse in ms.
double_t nest::iaf_cond_exp::Parameters_::V_reset_ |
Reset Potential in mV.
double_t nest::iaf_cond_exp::Parameters_::V_th_ |
Threshold Potential in mV.