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

Model parameters. More...

Public Member Functions

 Parameters_ ()
 Set 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_th
 Threshold Potential in mV. 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 (a.k.a. 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...
 
double_t tau_ahp
 Afterhyperpolarization (AHP) time constant. More...
 
double_t g_ahp
 AHP conductance. More...
 
double_t E_ahp
 AHP potential. More...
 
bool ahp_bug
 If true, discard AHP conductance value from previous spikes. More...
 

Detailed Description

Model parameters.

Constructor & Destructor Documentation

nest::iaf_chxk_2008::Parameters_::Parameters_ ( )

Set default parameter values.

References nest::iaf_chxk_2008::recordablesMap_.

Member Function Documentation

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

Member Data Documentation

bool nest::iaf_chxk_2008::Parameters_::ahp_bug

If true, discard AHP conductance value from previous spikes.

double_t nest::iaf_chxk_2008::Parameters_::C_m

Membrane Capacitance in pF.

double_t nest::iaf_chxk_2008::Parameters_::E_ahp

AHP potential.

Referenced by nest::iaf_chxk_2008::get_I_ahp_().

double_t nest::iaf_chxk_2008::Parameters_::E_ex

Excitatory reversal Potential in mV.

Referenced by nest::iaf_chxk_2008::get_I_syn_exc_().

double_t nest::iaf_chxk_2008::Parameters_::E_in

Inhibitory reversal Potential in mV.

Referenced by nest::iaf_chxk_2008::get_I_syn_inh_().

double_t nest::iaf_chxk_2008::Parameters_::E_L

Leak reversal Potential (a.k.a. resting potential) in mV.

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

double_t nest::iaf_chxk_2008::Parameters_::g_ahp

AHP conductance.

double_t nest::iaf_chxk_2008::Parameters_::g_L

Leak Conductance in nS.

double_t nest::iaf_chxk_2008::Parameters_::I_e

Constant Current in pA.

double_t nest::iaf_chxk_2008::Parameters_::tau_ahp

Afterhyperpolarization (AHP) time constant.

double_t nest::iaf_chxk_2008::Parameters_::tau_synE

Synaptic Time Constant Excitatory Synapse in ms.

double_t nest::iaf_chxk_2008::Parameters_::tau_synI

Synaptic Time Constant for Inhibitory Synapse in ms.

double_t nest::iaf_chxk_2008::Parameters_::V_th

Threshold Potential in mV.


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