NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::mat2_psc_exp::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_
 Membrane time constant in ms. More...
 
double_t C_
 Membrane capacitance in pF. More...
 
double_t tau_ref_
 Refractory period in ms. More...
 
double_t U0_
 Resting potential in mV. More...
 
double_t I_e_
 External current in pA. 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...
 
double_t tau_1_
 Short and long time constant of adaptive threshold. More...
 
double_t tau_2_
 
double_t alpha_1_
 Amplitudes of threshold adaption. More...
 
double_t alpha_2_
 
double_t omega_
 Resting threshold in mV (relative to resting potential). More...
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

nest::mat2_psc_exp::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

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

Member Data Documentation

double_t nest::mat2_psc_exp::Parameters_::alpha_1_

Amplitudes of threshold adaption.

double_t nest::mat2_psc_exp::Parameters_::alpha_2_
double_t nest::mat2_psc_exp::Parameters_::C_

Membrane capacitance in pF.

double_t nest::mat2_psc_exp::Parameters_::I_e_

External current in pA.

double_t nest::mat2_psc_exp::Parameters_::omega_

Resting threshold in mV (relative to resting potential).

The real resting threshold is (U0_+omega_). Called omega in [3].

Referenced by nest::mat2_psc_exp::State_::get(), and nest::mat2_psc_exp::get_V_th_().

double_t nest::mat2_psc_exp::Parameters_::Tau_

Membrane time constant in ms.

double_t nest::mat2_psc_exp::Parameters_::tau_1_

Short and long time constant of adaptive threshold.

double_t nest::mat2_psc_exp::Parameters_::tau_2_
double_t nest::mat2_psc_exp::Parameters_::tau_ex_

Time constant of excitatory synaptic current in ms.

double_t nest::mat2_psc_exp::Parameters_::tau_in_

Time constant of inhibitory synaptic current in ms.

double_t nest::mat2_psc_exp::Parameters_::tau_ref_

Refractory period in ms.

double_t nest::mat2_psc_exp::Parameters_::U0_

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