|
NEST
2.6.0,not_revisioned_source_dir@0
|
Independent parameters. 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 dicitonary. 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... | |
| double_t | tau_syn_ex |
| Excitatory synaptic rise time. More... | |
| double_t | tau_syn_in |
| Inhibitory synaptic rise time. 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... | |
Independent parameters.
| nest::aeif_cond_alpha_RK5::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::aeif_cond_alpha_RK5::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::HMIN, nest::names::I_e, nest::names::MAXERR, nest::names::t_ref, nest::names::tau_syn_ex, nest::names::tau_syn_in, nest::names::tau_w, nest::names::V_peak, nest::names::V_reset, and nest::names::V_th.
Referenced by nest::aeif_cond_alpha_RK5::get_status().
| void nest::aeif_cond_alpha_RK5::Parameters_::set | ( | const DictionaryDatum & | d | ) |
Set values from dicitonary.
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_syn_ex, nest::names::tau_syn_in, nest::names::tau_w, nest::names::V_peak, nest::names::V_reset, and nest::names::V_th.
Referenced by nest::aeif_cond_alpha_RK5::set_status().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::a |
Subthreshold adaptation in nS.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::b |
Spike-triggered adaptation in pA.
| double_t nest::aeif_cond_alpha_RK5::Parameters_::C_m |
Membrane Capacitance in pF.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::Delta_T |
Slope faktor in ms.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::E_ex |
Excitatory reversal Potential in mV.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::E_in |
Inhibitory reversal Potential in mV.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::E_L |
Leak reversal Potential (aka resting potential) in mV.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics(), and nest::aeif_cond_alpha_RK5::State_::State_().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::g_L |
Leak Conductance in nS.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::HMIN |
Smallest permissible stepsize in ms.
| double_t nest::aeif_cond_alpha_RK5::Parameters_::I_e |
Intrinsic current in pA.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::MAXERR |
Maximal error for adaptive stepsize solver.
| double_t nest::aeif_cond_alpha_RK5::Parameters_::t_ref |
Refractory period in ms.
| double_t nest::aeif_cond_alpha_RK5::Parameters_::t_ref_ |
Refractory period in ms.
| double_t nest::aeif_cond_alpha_RK5::Parameters_::tau_syn_ex |
Excitatory synaptic rise time.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::tau_syn_in |
Inhibitory synaptic rise time.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::tau_w |
adaptation time-constant in ms.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
| double_t nest::aeif_cond_alpha_RK5::Parameters_::V_peak_ |
Spike detection threshold in mV.
| double_t nest::aeif_cond_alpha_RK5::Parameters_::V_reset_ |
Reset Potential in mV.
| double_t nest::aeif_cond_alpha_RK5::Parameters_::V_th |
Spike threshold in mV.
Referenced by nest::aeif_cond_alpha_RK5::aeif_cond_alpha_RK5_dynamics().
1.8.7