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_ |
Refractory period in ms. More... | |
double_t | U0_ |
Resting potential in mV. More... | |
double_t | I_e_ |
External current in pA. 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... | |
double_t | tau_1_ |
Short and long time constant of adaptive threshold. More... | |
double_t | tau_2_ |
double_t | alpha_1_ |
Amplitudes of threshold adaption. More... | |
double_t | alpha_2_ |
double_t | omega_ |
Resting threshold in mV (relative to resting potential). More... | |
Independent parameters of the model.
nest::mat2_psc_exp::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
void nest::mat2_psc_exp::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::alpha_1, nest::names::alpha_2, nest::names::C_m, nest::names::d, nest::names::E_L, nest::names::I_e, nest::names::omega, nest::names::t_ref, nest::names::tau_1, nest::names::tau_2, nest::names::tau_m, nest::names::tau_syn_ex, and nest::names::tau_syn_in.
Referenced by nest::mat2_psc_exp::get_status().
double nest::mat2_psc_exp::Parameters_::set | ( | const DictionaryDatum & | d | ) |
Set values from dictionary.
References nest::names::alpha_1, nest::names::alpha_2, nest::names::C_m, nest::names::d, nest::names::E_L, nest::names::I_e, nest::names::omega, nest::names::t_ref, nest::names::tau_1, nest::names::tau_2, nest::names::tau_m, nest::names::tau_syn_ex, and nest::names::tau_syn_in.
Referenced by nest::mat2_psc_exp::set_status().
double_t nest::mat2_psc_exp::Parameters_::alpha_1_ |
Amplitudes of threshold adaption.
double_t nest::mat2_psc_exp::Parameters_::alpha_2_ |
double_t nest::mat2_psc_exp::Parameters_::C_ |
Membrane capacitance in pF.
double_t nest::mat2_psc_exp::Parameters_::I_e_ |
External current in pA.
double_t nest::mat2_psc_exp::Parameters_::omega_ |
Resting threshold in mV (relative to resting potential).
The real resting threshold is (U0_+omega_). Called omega in [3].
Referenced by nest::mat2_psc_exp::State_::get(), and nest::mat2_psc_exp::get_V_th_().
double_t nest::mat2_psc_exp::Parameters_::Tau_ |
Membrane time constant in ms.
double_t nest::mat2_psc_exp::Parameters_::tau_1_ |
Short and long time constant of adaptive threshold.
double_t nest::mat2_psc_exp::Parameters_::tau_2_ |
double_t nest::mat2_psc_exp::Parameters_::tau_ex_ |
Time constant of excitatory synaptic current in ms.
double_t nest::mat2_psc_exp::Parameters_::tau_in_ |
Time constant of inhibitory synaptic current in ms.
double_t nest::mat2_psc_exp::Parameters_::tau_ref_ |
Refractory period in ms.
double_t nest::mat2_psc_exp::Parameters_::U0_ |
Resting potential in mV.
Referenced by nest::mat2_psc_exp::State_::get(), nest::mat2_psc_exp::get_V_m_(), nest::mat2_psc_exp::get_V_th_(), and nest::mat2_psc_exp::State_::set().