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... | |
double | set (const DictionaryDatum &) |
Set values from dictionary. More... | |
Public Attributes | |
double_t | Tau_ |
Membrane time constant in ms. More... | |
double_t | C_ |
Membrane capacitance in pF. More... | |
double_t | tau_ref_tot_ |
Refractory period in ms. More... | |
double_t | tau_ref_abs_ |
double_t | U0_ |
Resting potential in mV. More... | |
double_t | I_e_ |
External current in pA. More... | |
double_t | Theta_ |
Threshold, RELATIVE TO RESTING POTENTAIL(!). More... | |
double_t | V_reset_ |
reset value of the membrane potential More... | |
double_t | tau_ex_ |
Time constant of excitatory synaptic current in ms. More... | |
double_t | tau_in_ |
Time constant of inhibitory synaptic current in ms. More... | |
Independent parameters of the model.
nest::iaf_tum_2000::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
void nest::iaf_tum_2000::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::C_m, nest::names::d, nest::names::E_L, nest::names::I_e, nest::names::t_ref_abs, nest::names::t_ref_tot, nest::names::tau_m, nest::names::tau_syn_ex, nest::names::tau_syn_in, nest::names::V_reset, and nest::names::V_th.
Referenced by nest::iaf_tum_2000::get_status().
double nest::iaf_tum_2000::Parameters_::set | ( | const DictionaryDatum & | d | ) |
Set values from dictionary.
References nest::names::C_m, nest::names::d, nest::names::E_L, nest::names::I_e, nest::names::t_ref_abs, nest::names::t_ref_tot, nest::names::tau_m, nest::names::tau_syn_ex, nest::names::tau_syn_in, nest::names::V_reset, and nest::names::V_th.
Referenced by nest::iaf_tum_2000::set_status().
double_t nest::iaf_tum_2000::Parameters_::C_ |
Membrane capacitance in pF.
double_t nest::iaf_tum_2000::Parameters_::I_e_ |
External current in pA.
double_t nest::iaf_tum_2000::Parameters_::Tau_ |
Membrane time constant in ms.
double_t nest::iaf_tum_2000::Parameters_::tau_ex_ |
Time constant of excitatory synaptic current in ms.
double_t nest::iaf_tum_2000::Parameters_::tau_in_ |
Time constant of inhibitory synaptic current in ms.
double_t nest::iaf_tum_2000::Parameters_::tau_ref_abs_ |
double_t nest::iaf_tum_2000::Parameters_::tau_ref_tot_ |
Refractory period in ms.
double_t nest::iaf_tum_2000::Parameters_::Theta_ |
Threshold, RELATIVE TO RESTING POTENTAIL(!).
I.e. the real threshold is (U0_+Theta_).
double_t nest::iaf_tum_2000::Parameters_::U0_ |
Resting potential in mV.
Referenced by nest::iaf_tum_2000::State_::get(), and nest::iaf_tum_2000::State_::set().
double_t nest::iaf_tum_2000::Parameters_::V_reset_ |
reset value of the membrane potential