NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::mat2_psc_exp::Parameters_ Struct Reference

Independent parameters of the model. More...

Public Member Functions

 Parameters_ ()
 Sets default parameter values.
 
void get (Dictionary &) const
 Store current values in dictionary.
 
double set (const Dictionary &, Node *node)
 Set values from dictionary.
 

Public Attributes

double Tau_
 Membrane time constant in ms.
 
double C_
 Membrane capacitance in pF.
 
double tau_ref_
 Refractory period in ms.
 
double E_L_
 Resting potential in mV.
 
double I_e_
 External current in pA.
 
double tau_ex_
 Time constant of excitatory synaptic current in ms.
 
double tau_in_
 Time constant of inhibitory synaptic current in ms.
 
double tau_1_
 Short and long time constant of adaptive threshold.
 
double tau_2_
 
double alpha_1_
 Amplitudes of threshold adaption.
 
double alpha_2_
 
double omega_
 Resting threshold in mV (relative to resting potential).
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

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

Sets default parameter values.

Member Function Documentation

◆ get()

void nest::mat2_psc_exp::Parameters_::get ( Dictionary &  d) const

Store current values in dictionary.

References nest::names::alpha_1(), nest::names::alpha_2(), nest::names::C_m(), nest::names::E_L(), nest::names::I_e(), nest::names::omega(), nest::names::t_ref(), nest::names::tau_1(), nest::names::tau_2(), nest::names::tau_m(), nest::names::tau_syn_ex(), and nest::names::tau_syn_in().

Referenced by nest::mat2_psc_exp::get_status().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ set()

double nest::mat2_psc_exp::Parameters_::set ( const Dictionary &  d,
Node *  node 
)

Set values from dictionary.

Returns
Change in reversal potential E_L, to be passed to State_::set()

References nest::names::alpha_1(), nest::names::alpha_2(), nest::names::C_m(), nest::names::E_L(), nest::names::I_e(), nest::names::omega(), nest::names::t_ref(), nest::names::tau_1(), nest::names::tau_2(), nest::names::tau_m(), nest::names::tau_syn_ex(), nest::names::tau_syn_in(), and nest::update_value_param().

Referenced by nest::mat2_psc_exp::set_status().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ alpha_1_

double nest::mat2_psc_exp::Parameters_::alpha_1_

Amplitudes of threshold adaption.

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

◆ alpha_2_

double nest::mat2_psc_exp::Parameters_::alpha_2_

◆ C_

double nest::mat2_psc_exp::Parameters_::C_

Membrane capacitance in pF.

Referenced by nest::mat2_psc_exp::pre_run_hook().

◆ E_L_

double nest::mat2_psc_exp::Parameters_::E_L_

Resting potential in mV.

Referenced by nest::mat2_psc_exp::get_V_m_(), and nest::mat2_psc_exp::get_V_th_().

◆ I_e_

double nest::mat2_psc_exp::Parameters_::I_e_

External current in pA.

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

◆ omega_

double nest::mat2_psc_exp::Parameters_::omega_

Resting threshold in mV (relative to resting potential).

The real resting threshold is (E_L_+omega_). Called omega in Kobayashi et al. (2009).

Referenced by nest::mat2_psc_exp::get_V_th_(), and nest::mat2_psc_exp::update().

◆ Tau_

double nest::mat2_psc_exp::Parameters_::Tau_

Membrane time constant in ms.

Referenced by nest::mat2_psc_exp::pre_run_hook().

◆ tau_1_

double nest::mat2_psc_exp::Parameters_::tau_1_

Short and long time constant of adaptive threshold.

Referenced by nest::mat2_psc_exp::pre_run_hook().

◆ tau_2_

double nest::mat2_psc_exp::Parameters_::tau_2_

◆ tau_ex_

double nest::mat2_psc_exp::Parameters_::tau_ex_

Time constant of excitatory synaptic current in ms.

Referenced by nest::mat2_psc_exp::pre_run_hook().

◆ tau_in_

double nest::mat2_psc_exp::Parameters_::tau_in_

Time constant of inhibitory synaptic current in ms.

Referenced by nest::mat2_psc_exp::pre_run_hook().

◆ tau_ref_

double nest::mat2_psc_exp::Parameters_::tau_ref_

Refractory period in ms.

Referenced by nest::mat2_psc_exp::pre_run_hook().


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