NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::iaf_psc_exp_ps::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...
 
double set (const DictionaryDatum &)
 Set values from dictionary. More...
 

Public Attributes

double_t tau_m_
 Membrane time constant in ms. More...
 
double_t tau_ex_
 Time constant of exc. More...
 
double_t tau_in_
 Time constant of inh. More...
 
double_t c_m_
 Membrane capacitance in pF. More...
 
double_t t_ref_
 Refractory period in ms. More...
 
double_t E_L_
 Resting potential in mV. More...
 
double_t I_e_
 External DC current [pA]. More...
 
double_t U_th_
 Threshold, RELATIVE TO RESTING POTENTAIL(!). More...
 
double_t U_min_
 Lower bound, RELATIVE TO RESTING POTENTAIL(!). More...
 
double_t U_reset_
 Reset potential. More...
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

nest::iaf_psc_exp_ps::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

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

Member Data Documentation

double_t nest::iaf_psc_exp_ps::Parameters_::c_m_

Membrane capacitance in pF.

double_t nest::iaf_psc_exp_ps::Parameters_::E_L_
double_t nest::iaf_psc_exp_ps::Parameters_::I_e_

External DC current [pA].

double_t nest::iaf_psc_exp_ps::Parameters_::t_ref_

Refractory period in ms.

double_t nest::iaf_psc_exp_ps::Parameters_::tau_ex_

Time constant of exc.

synaptic current in ms.

double_t nest::iaf_psc_exp_ps::Parameters_::tau_in_

Time constant of inh.

synaptic current in ms.

double_t nest::iaf_psc_exp_ps::Parameters_::tau_m_

Membrane time constant in ms.

double_t nest::iaf_psc_exp_ps::Parameters_::U_min_

Lower bound, RELATIVE TO RESTING POTENTAIL(!).

I.e. the real lower bound is U_min_+E_L_.

double_t nest::iaf_psc_exp_ps::Parameters_::U_reset_

Reset potential.

At threshold crossing, the membrane potential is reset to this value. Relative to resting potential.

double_t nest::iaf_psc_exp_ps::Parameters_::U_th_

Threshold, RELATIVE TO RESTING POTENTAIL(!).

I.e. the real threshold is U_th_ + E_L_.


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