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

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...
 
void set (const DictionaryDatum &)
 Set values from dictionary. 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...
 
std::vector< double_ttaus_syn
 Time constants of synaptic currents in ms.. 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...
 
std::vector< long > receptor_types_
 
size_t num_of_receptors_
 
bool has_connections_
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

nest::aeif_cond_alpha_multisynapse::Parameters_::Parameters_ ( )

Sets default parameter values.

References taus_syn.

Member Function Documentation

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

Member Data Documentation

double_t nest::aeif_cond_alpha_multisynapse::Parameters_::a
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::b

Spike-triggered adaptation in pA.

Referenced by nest::aeif_cond_alpha_multisynapse::update().

double_t nest::aeif_cond_alpha_multisynapse::Parameters_::C_m
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::Delta_T
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::E_ex

Excitatory reversal Potential in mV.

Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().

double_t nest::aeif_cond_alpha_multisynapse::Parameters_::E_in

Inhibitory reversal Potential in mV.

Referenced by nest::aeif_cond_alpha_multisynapse::aeif_cond_alpha_multisynapse_dynamics().

double_t nest::aeif_cond_alpha_multisynapse::Parameters_::E_L
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::g_L
bool nest::aeif_cond_alpha_multisynapse::Parameters_::has_connections_
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::HMIN

Smallest permissible stepsize in ms.

Referenced by nest::aeif_cond_alpha_multisynapse::update().

double_t nest::aeif_cond_alpha_multisynapse::Parameters_::I_e
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::MAXERR

Maximal error for adaptive stepsize solver.

Referenced by nest::aeif_cond_alpha_multisynapse::update().

size_t nest::aeif_cond_alpha_multisynapse::Parameters_::num_of_receptors_
std::vector<long> nest::aeif_cond_alpha_multisynapse::Parameters_::receptor_types_
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::t_ref

Refractory period in ms.

double_t nest::aeif_cond_alpha_multisynapse::Parameters_::t_ref_

Refractory period in ms.

Referenced by nest::aeif_cond_alpha_multisynapse::calibrate().

double_t nest::aeif_cond_alpha_multisynapse::Parameters_::tau_w
std::vector<double_t> nest::aeif_cond_alpha_multisynapse::Parameters_::taus_syn
double_t nest::aeif_cond_alpha_multisynapse::Parameters_::V_peak_

Spike detection threshold in mV.

Referenced by nest::aeif_cond_alpha_multisynapse::update().

double_t nest::aeif_cond_alpha_multisynapse::Parameters_::V_reset_

Reset Potential in mV.

Referenced by nest::aeif_cond_alpha_multisynapse::update().

double_t nest::aeif_cond_alpha_multisynapse::Parameters_::V_th

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