NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::hh_psc_alpha::Parameters_ Struct Reference

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...
 

Detailed Description

Independent parameters.

Constructor & Destructor Documentation

nest::hh_psc_alpha::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

void nest::hh_psc_alpha::Parameters_::get ( DictionaryDatum d) const
void nest::hh_psc_alpha::Parameters_::set ( const DictionaryDatum d)

Member Data Documentation

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().


The documentation for this struct was generated from the following files: