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

Public Member Functions

 Parameters_ ()
 Sets default parameter values. More...
 
void get (DictionaryDatum &) const
 Store current values in dictionary. More...
 
double set (const DictionaryDatum &)
 Set values from dictionary. More...
 

Public Attributes

double_t Tau_
 Membrane time constant in ms. More...
 
double_t C_
 Membrane capacitance in pF. More...
 
double_t TauR_
 Refractory period in ms. More...
 
double_t U0_
 Resting potential in mV. More...
 
double_t I_e_
 External current in pA. More...
 
double_t V_reset_
 Reset value of the membrane potential. More...
 
double_t Theta_
 Threshold, RELATIVE TO RESTING POTENTIAL(!). More...
 
double_t LowerBound_
 Lower bound, RELATIVE TO RESTING POTENTIAL(!). More...
 
double_t tau_ex_
 Time constant of excitatory synaptic current in ms. More...
 
double_t tau_in_
 Time constant of inhibitory synaptic current in ms. More...
 

Constructor & Destructor Documentation

nest::iaf_psc_alpha::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

void nest::iaf_psc_alpha::Parameters_::get ( DictionaryDatum d) const
double nest::iaf_psc_alpha::Parameters_::set ( const DictionaryDatum d)

Member Data Documentation

double_t nest::iaf_psc_alpha::Parameters_::C_

Membrane capacitance in pF.

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

double_t nest::iaf_psc_alpha::Parameters_::I_e_

External current in pA.

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

double_t nest::iaf_psc_alpha::Parameters_::LowerBound_

Lower bound, RELATIVE TO RESTING POTENTIAL(!).

I.e. the real lower bound is (LowerBound_+U0_).

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

double_t nest::iaf_psc_alpha::Parameters_::Tau_

Membrane time constant in ms.

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

double_t nest::iaf_psc_alpha::Parameters_::tau_ex_

Time constant of excitatory synaptic current in ms.

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

double_t nest::iaf_psc_alpha::Parameters_::tau_in_

Time constant of inhibitory synaptic current in ms.

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

double_t nest::iaf_psc_alpha::Parameters_::TauR_

Refractory period in ms.

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

double_t nest::iaf_psc_alpha::Parameters_::Theta_

Threshold, RELATIVE TO RESTING POTENTIAL(!).

I.e. the real threshold is (U0_+Theta_).

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

double_t nest::iaf_psc_alpha::Parameters_::U0_
double_t nest::iaf_psc_alpha::Parameters_::V_reset_

Reset value of the membrane potential.

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


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