NEST
2.6.0,not_revisioned_source_dir@0
|
Independent parameters. More...
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... | |
double_t | tau_sfa |
spike-frequency adaptation (sfa) time constant More... | |
double_t | tau_rr |
relative refractory (rr) time constant More... | |
double_t | E_sfa |
spike-frequency adaptation (sfa) reversal Potential in mV More... | |
double_t | E_rr |
relative refractory (rr) reversal Potential in mV More... | |
double_t | q_sfa |
spike-frequency adaptation (sfa) quantal conductance increase in nS More... | |
double_t | q_rr |
relative refractory (rr) quantal conductance increase in nS More... | |
Independent parameters.
nest::iaf_cond_exp_sfa_rr::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
void nest::iaf_cond_exp_sfa_rr::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::E_rr, nest::names::E_sfa, nest::names::g_L, nest::names::I_e, nest::names::q_rr, nest::names::q_sfa, nest::names::t_ref, nest::names::tau_rr, nest::names::tau_sfa, 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_sfa_rr::get_status().
void nest::iaf_cond_exp_sfa_rr::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::E_rr, nest::names::E_sfa, nest::names::g_L, nest::names::I_e, nest::names::q_rr, nest::names::q_sfa, nest::names::t_ref, nest::names::tau_rr, nest::names::tau_sfa, 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_sfa_rr::set_status().
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::C_m |
Membrane Capacitance in pF.
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::E_ex |
Excitatory reversal Potential in mV.
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::E_in |
Inhibitory reversal Potential in mV.
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::E_L |
Leak reversal Potential (aka resting potential) in mV.
Referenced by nest::iaf_cond_exp_sfa_rr::State_::State_().
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::E_rr |
relative refractory (rr) reversal Potential in mV
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::E_sfa |
spike-frequency adaptation (sfa) reversal Potential in mV
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::g_L |
Leak Conductance in nS.
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::I_e |
Constant Current in pA.
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::q_rr |
relative refractory (rr) quantal conductance increase in nS
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::q_sfa |
spike-frequency adaptation (sfa) quantal conductance increase in nS
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::t_ref_ |
Refractory period in ms.
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::tau_rr |
relative refractory (rr) time constant
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::tau_sfa |
spike-frequency adaptation (sfa) time constant
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::tau_synE |
Synaptic Time Constant Excitatory Synapse in ms.
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::tau_synI |
Synaptic Time Constant for Inhibitory Synapse in ms.
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::V_reset_ |
Reset Potential in mV.
double_t nest::iaf_cond_exp_sfa_rr::Parameters_::V_th_ |
Threshold Potential in mV.