NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::aeif_cond_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 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
 Excitatory synaptic rise time. More...
 
double_t I_e
 Intrinsic current in pA. More...
 
double_t gsl_error_tol
 error bound for GSL integrator More...
 

Detailed Description

Independent parameters.

Constructor & Destructor Documentation

nest::aeif_cond_alpha::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

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

Member Data Documentation

double_t nest::aeif_cond_alpha::Parameters_::a

Subthreshold adaptation in nS.

double_t nest::aeif_cond_alpha::Parameters_::b

Spike-triggered adaptation in pA.

double_t nest::aeif_cond_alpha::Parameters_::C_m

Membrane Capacitance in pF.

double_t nest::aeif_cond_alpha::Parameters_::Delta_T

Slope faktor in ms.

double_t nest::aeif_cond_alpha::Parameters_::E_ex

Excitatory reversal Potential in mV.

double_t nest::aeif_cond_alpha::Parameters_::E_in

Inhibitory reversal Potential in mV.

double_t nest::aeif_cond_alpha::Parameters_::E_L

Leak reversal Potential (aka resting potential) in mV.

Referenced by nest::aeif_cond_alpha::State_::State_().

double_t nest::aeif_cond_alpha::Parameters_::g_L

Leak Conductance in nS.

double_t nest::aeif_cond_alpha::Parameters_::gsl_error_tol

error bound for GSL integrator

double_t nest::aeif_cond_alpha::Parameters_::I_e

Intrinsic current in pA.

double_t nest::aeif_cond_alpha::Parameters_::t_ref

Refractory period in ms.

double_t nest::aeif_cond_alpha::Parameters_::t_ref_

Refractory period in ms.

double_t nest::aeif_cond_alpha::Parameters_::tau_syn_ex

Excitatory synaptic rise time.

double_t nest::aeif_cond_alpha::Parameters_::tau_syn_in

Excitatory synaptic rise time.

double_t nest::aeif_cond_alpha::Parameters_::tau_w

adaptation time-constant in ms.

double_t nest::aeif_cond_alpha::Parameters_::V_peak_

Spike detection threshold in mV.

double_t nest::aeif_cond_alpha::Parameters_::V_reset_

Reset Potential in mV.

double_t nest::aeif_cond_alpha::Parameters_::V_th

Spike threshold in mV.


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