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 &, State_ &s) |
Set values from dictionary. More... | |
Public Attributes | |
double_t | tau_epsp_ |
Membrane time constant in ms. More... | |
double_t | tau_reset_ |
Refractory time constant in ms. More... | |
double_t | E_L_ |
Resting potential. More... | |
double_t | U_th_ |
Threshold. More... | |
double_t | U_epsp_ |
Normalized maximum amplitude of the EPSP. More... | |
double_t | U_reset_ |
Normalized magnitude of the membrane potential reset. More... | |
double_t | C_ |
Membrane capacitance. More... | |
double_t | U_noise_ |
Noise scale. More... | |
std::vector< double_t > | noise_ |
Noise signal. More... | |
Independent parameters of the model.
nest::iaf_chs_2007::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
void nest::iaf_chs_2007::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::d, nest::names::noise, nest::names::tau_epsp, nest::names::tau_reset, nest::names::V_epsp, nest::names::V_noise, and nest::names::V_reset.
Referenced by nest::iaf_chs_2007::get_status().
void nest::iaf_chs_2007::Parameters_::set | ( | const DictionaryDatum & | d, |
State_ & | s | ||
) |
Set values from dictionary.
References nest::names::d, nest::names::noise, nest::iaf_chs_2007::State_::position_, nest::names::tau_epsp, nest::names::tau_reset, nest::names::V_epsp, nest::names::V_noise, and nest::names::V_reset.
Referenced by nest::iaf_chs_2007::set_status().
double_t nest::iaf_chs_2007::Parameters_::C_ |
Membrane capacitance.
Note: Does not have any function currently.
double_t nest::iaf_chs_2007::Parameters_::E_L_ |
std::vector<double_t> nest::iaf_chs_2007::Parameters_::noise_ |
Noise signal.
double_t nest::iaf_chs_2007::Parameters_::tau_epsp_ |
Membrane time constant in ms.
double_t nest::iaf_chs_2007::Parameters_::tau_reset_ |
Refractory time constant in ms.
double_t nest::iaf_chs_2007::Parameters_::U_epsp_ |
Normalized maximum amplitude of the EPSP.
double_t nest::iaf_chs_2007::Parameters_::U_noise_ |
Noise scale.
double_t nest::iaf_chs_2007::Parameters_::U_reset_ |
Normalized magnitude of the membrane potential reset.
double_t nest::iaf_chs_2007::Parameters_::U_th_ |
Threshold.
Normalized = 1.0.