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 | t_ref_ |
refractory time in ms More... | |
double_t | g_Na |
Sodium Conductance in nS. More... | |
double_t | g_K |
Potassium Conductance in nS. More... | |
double_t | g_L |
Leak Conductance in nS. More... | |
double_t | C_m |
Membrane Capacitance in pF. More... | |
double_t | E_Na |
Sodium Reversal Potential in mV. More... | |
double_t | E_K |
Potassium Reversal Potential in mV. More... | |
double_t | E_L |
Leak reversal Potential (aka resting potential) in mV. More... | |
double_t | tau_synE |
Synaptic Time Constant Excitatory Synapse in ms. More... | |
double_t | tau_synI |
Synaptic Time Constant for Inhibitory Synapse in ms. More... | |
double_t | I_e |
Constant Current in pA. More... | |
Independent parameters.
nest::hh_psc_alpha::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
void nest::hh_psc_alpha::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::C_m, nest::names::d, nest::names::E_K, nest::names::E_L, nest::names::E_Na, nest::names::g_K, nest::names::g_L, nest::names::g_Na, nest::names::I_e, nest::names::t_ref, nest::names::tau_syn_ex, and nest::names::tau_syn_in.
Referenced by nest::hh_psc_alpha::get_status().
void nest::hh_psc_alpha::Parameters_::set | ( | const DictionaryDatum & | d | ) |
Set values from dicitonary.
References nest::names::C_m, nest::names::d, nest::names::E_K, nest::names::E_L, nest::names::E_Na, nest::names::g_K, nest::names::g_L, nest::names::g_Na, nest::names::I_e, nest::names::t_ref, nest::names::tau_syn_ex, and nest::names::tau_syn_in.
Referenced by nest::hh_psc_alpha::set_status().
double_t nest::hh_psc_alpha::Parameters_::C_m |
Membrane Capacitance in pF.
Referenced by nest::hh_psc_alpha_dynamics().
double_t nest::hh_psc_alpha::Parameters_::E_K |
Potassium Reversal Potential in mV.
Referenced by nest::hh_psc_alpha_dynamics().
double_t nest::hh_psc_alpha::Parameters_::E_L |
Leak reversal Potential (aka resting potential) in mV.
Referenced by nest::hh_psc_alpha_dynamics().
double_t nest::hh_psc_alpha::Parameters_::E_Na |
Sodium Reversal Potential in mV.
Referenced by nest::hh_psc_alpha_dynamics().
double_t nest::hh_psc_alpha::Parameters_::g_K |
Potassium Conductance in nS.
Referenced by nest::hh_psc_alpha_dynamics().
double_t nest::hh_psc_alpha::Parameters_::g_L |
Leak Conductance in nS.
Referenced by nest::hh_psc_alpha_dynamics().
double_t nest::hh_psc_alpha::Parameters_::g_Na |
Sodium Conductance in nS.
Referenced by nest::hh_psc_alpha_dynamics().
double_t nest::hh_psc_alpha::Parameters_::I_e |
Constant Current in pA.
Referenced by nest::hh_psc_alpha_dynamics().
double_t nest::hh_psc_alpha::Parameters_::t_ref_ |
refractory time in ms
double_t nest::hh_psc_alpha::Parameters_::tau_synE |
Synaptic Time Constant Excitatory Synapse in ms.
Referenced by nest::hh_psc_alpha_dynamics().
double_t nest::hh_psc_alpha::Parameters_::tau_synI |
Synaptic Time Constant for Inhibitory Synapse in ms.
Referenced by nest::hh_psc_alpha_dynamics().