|
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_m_ |
| Membrane time constant in ms. More... | |
| double_t | tau_syn_ |
| Time constant of synaptic current in ms. More... | |
| double_t | c_m_ |
| Membrane capacitance in pF. More... | |
| double_t | t_ref_ |
| Refractory period in ms. More... | |
| double_t | E_L_ |
| Resting potential in mV. More... | |
| double_t | I_e_ |
| External DC current [pA]. More... | |
| double_t | U_th_ |
| Threshold, RELATIVE TO RESTING POTENTAIL(!). More... | |
| double_t | U_min_ |
| Lower bound, RELATIVE TO RESTING POTENTAIL(!). More... | |
| double_t | U_reset_ |
| Reset potential. More... | |
| interpOrder | Interpol_ |
| Interpolation order. More... | |
Independent parameters of the model.
| nest::iaf_psc_alpha_canon::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::iaf_psc_alpha_canon::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::Interpol_Order, nest::names::t_ref, nest::names::tau_m, nest::names::tau_syn, nest::names::V_min, nest::names::V_reset, and nest::names::V_th.
Referenced by nest::iaf_psc_alpha_canon::get_status().
| double nest::iaf_psc_alpha_canon::Parameters_::set | ( | const DictionaryDatum & | d | ) |
Set values from dictionary.
References nest::names::C_m, nest::names::d, nest::names::E_L, nest::iaf_psc_alpha_canon::END_INTERP_ORDER, nest::names::I_e, nest::names::Interpol_Order, nest::iaf_psc_alpha_canon::NO_INTERPOL, nest::names::t_ref, nest::names::tau_m, nest::names::tau_syn, nest::names::V_min, nest::names::V_reset, and nest::names::V_th.
Referenced by nest::iaf_psc_alpha_canon::set_status().
| double_t nest::iaf_psc_alpha_canon::Parameters_::c_m_ |
Membrane capacitance in pF.
| double_t nest::iaf_psc_alpha_canon::Parameters_::E_L_ |
Resting potential in mV.
Referenced by nest::iaf_psc_alpha_canon::State_::get(), nest::iaf_psc_alpha_canon::get_V_m_(), and nest::iaf_psc_alpha_canon::State_::set().
| double_t nest::iaf_psc_alpha_canon::Parameters_::I_e_ |
External DC current [pA].
| interpOrder nest::iaf_psc_alpha_canon::Parameters_::Interpol_ |
Interpolation order.
| double_t nest::iaf_psc_alpha_canon::Parameters_::t_ref_ |
Refractory period in ms.
| double_t nest::iaf_psc_alpha_canon::Parameters_::tau_m_ |
Membrane time constant in ms.
| double_t nest::iaf_psc_alpha_canon::Parameters_::U_min_ |
Lower bound, RELATIVE TO RESTING POTENTAIL(!).
I.e. the real lower bound is U_min_+E_L_.
| double_t nest::iaf_psc_alpha_canon::Parameters_::U_reset_ |
Reset potential.
At threshold crossing, the membrane potential is reset to this value. Relative to resting potential.
| double_t nest::iaf_psc_alpha_canon::Parameters_::U_th_ |
Threshold, RELATIVE TO RESTING POTENTAIL(!).
I.e. the real threshold is U_th_ + E_L_.
1.8.7