NEST
2.6.0,not_revisioned_source_dir@0
|
Independent parameters of the model. 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 dictionary. More... | |
Public Attributes | |
double_t | V_peak_ |
Spike detection threshold 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 | Delta_T |
Slope faktor in ms. More... | |
double_t | tau_w |
adaptation time-constant in ms. More... | |
double_t | a |
Subthreshold adaptation in nS. More... | |
double_t | b |
Spike-triggered adaptation in pA. More... | |
double_t | V_th |
Spike threshold in mV. More... | |
double_t | t_ref |
Refractory period in ms. More... | |
std::vector< double_t > | taus_syn |
Time constants of synaptic currents in ms.. More... | |
double_t | I_e |
Intrinsic current in pA. More... | |
double_t | MAXERR |
Maximal error for adaptive stepsize solver. More... | |
double_t | HMIN |
Smallest permissible stepsize in ms. More... | |
std::vector< long > | receptor_types_ |
size_t | num_of_receptors_ |
bool | has_connections_ |
Independent parameters of the model.
nest::aeif_cond_alpha_multisynapse::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
References taus_syn.
void nest::aeif_cond_alpha_multisynapse::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::a, nest::names::b, nest::names::C_m, nest::names::d, nest::names::Delta_T, nest::names::E_ex, nest::names::E_in, nest::names::E_L, nest::names::g_L, nest::names::has_connections, nest::names::HMIN, nest::names::I_e, nest::names::MAXERR, nest::names::t_ref, nest::names::tau_w, nest::names::taus_syn, nest::names::V_peak, nest::names::V_reset, and nest::names::V_th.
Referenced by nest::aeif_cond_alpha_multisynapse::get_status().
void nest::aeif_cond_alpha_multisynapse::Parameters_::set | ( | const DictionaryDatum & | d | ) |
Set values from dictionary.
References nest::names::a, nest::names::b, nest::names::C_m, nest::names::d, nest::names::Delta_T, nest::names::E_ex, nest::names::E_in, nest::names::E_L, nest::names::g_L, nest::names::HMIN, nest::names::I_e, nest::names::MAXERR, nest::names::t_ref, nest::names::tau_w, nest::names::taus_syn, updateValue(), nest::names::V_peak, nest::names::V_reset, and nest::names::V_th.
Referenced by nest::aeif_cond_alpha_multisynapse::set_status().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::a |
Subthreshold adaptation in nS.
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::b |
Spike-triggered adaptation in pA.
Referenced by nest::aeif_cond_alpha_multisynapse::update().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::C_m |
Membrane Capacitance in pF.
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::Delta_T |
Slope faktor in ms.
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::E_ex |
Excitatory reversal Potential in mV.
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::E_in |
Inhibitory reversal Potential in mV.
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::E_L |
Leak reversal Potential (aka resting potential) in mV.
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics(), and nest::aeif_cond_alpha_multisynapse::State_::State_().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::g_L |
Leak Conductance in nS.
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().
bool nest::aeif_cond_alpha_multisynapse::Parameters_::has_connections_ |
Referenced by nest::aeif_cond_alpha_multisynapse::handles_test_event().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::HMIN |
Smallest permissible stepsize in ms.
Referenced by nest::aeif_cond_alpha_multisynapse::update().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::I_e |
Intrinsic current in pA.
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::MAXERR |
Maximal error for adaptive stepsize solver.
Referenced by nest::aeif_cond_alpha_multisynapse::update().
size_t nest::aeif_cond_alpha_multisynapse::Parameters_::num_of_receptors_ |
std::vector<long> nest::aeif_cond_alpha_multisynapse::Parameters_::receptor_types_ |
Referenced by nest::aeif_cond_alpha_multisynapse::calibrate().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::t_ref |
Refractory period in ms.
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::t_ref_ |
Refractory period in ms.
Referenced by nest::aeif_cond_alpha_multisynapse::calibrate().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::tau_w |
adaptation time-constant in ms.
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().
std::vector<double_t> nest::aeif_cond_alpha_multisynapse::Parameters_::taus_syn |
Time constants of synaptic currents in ms..
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics(), nest::aeif_cond_alpha_multisynapse::calibrate(), and Parameters_().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::V_peak_ |
Spike detection threshold in mV.
Referenced by nest::aeif_cond_alpha_multisynapse::update().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::V_reset_ |
Reset Potential in mV.
Referenced by nest::aeif_cond_alpha_multisynapse::update().
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::V_th |
Spike threshold in mV.
Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().