NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::iaf_tum_2000::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 t_ref_
 Refractory period in ms.
 
double E_L_
 Resting potential in mV.
 
double I_e_
 External current in pA.
 
double Theta_
 Threshold, RELATIVE TO RESTING POTENTAIL(!).
 
double V_reset_
 reset value of the membrane potential
 
double tau_ex_
 Time constant of excitatory synaptic current in ms.
 
double tau_in_
 Time constant of inhibitory synaptic current in ms.
 
double rho_
 Stochastic firing intensity at threshold in 1/s.
 
double delta_
 Width of threshold region in mV.
 
double tau_fac_
 
double tau_psc_
 
double tau_rec_
 
double U_
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

nest::iaf_tum_2000::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

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

Store current values in dictionary.

References nest::names::C_m(), nest::names::delta(), nest::names::E_L(), nest::names::I_e(), nest::names::rho(), nest::names::t_ref(), nest::names::tau_fac(), nest::names::tau_m(), nest::names::tau_psc(), nest::names::tau_rec(), nest::names::tau_syn_ex(), nest::names::tau_syn_in(), nest::names::U(), nest::names::V_reset(), and nest::names::V_th().

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

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

◆ set()

double nest::iaf_tum_2000::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::C_m(), nest::names::E_L(), nest::names::I_e(), nest::names::t_ref(), nest::names::tau_fac(), nest::names::tau_m(), nest::names::tau_psc(), nest::names::tau_rec(), nest::names::tau_syn_ex(), nest::names::tau_syn_in(), nest::names::U(), nest::update_value_param(), nest::names::V_reset(), and nest::names::V_th().

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

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

Member Data Documentation

◆ C_

double nest::iaf_tum_2000::Parameters_::C_

Membrane capacitance in pF.

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

◆ delta_

double nest::iaf_tum_2000::Parameters_::delta_

Width of threshold region in mV.

Referenced by nest::iaf_tum_2000::phi_(), and nest::iaf_tum_2000::update().

◆ E_L_

double nest::iaf_tum_2000::Parameters_::E_L_

Resting potential in mV.

Referenced by nest::iaf_tum_2000::get_V_m_().

◆ I_e_

double nest::iaf_tum_2000::Parameters_::I_e_

External current in pA.

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

◆ rho_

double nest::iaf_tum_2000::Parameters_::rho_

Stochastic firing intensity at threshold in 1/s.

Referenced by nest::iaf_tum_2000::phi_().

◆ t_ref_

double nest::iaf_tum_2000::Parameters_::t_ref_

Refractory period in ms.

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

◆ Tau_

double nest::iaf_tum_2000::Parameters_::Tau_

Membrane time constant in ms.

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

◆ tau_ex_

double nest::iaf_tum_2000::Parameters_::tau_ex_

Time constant of excitatory synaptic current in ms.

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

◆ tau_fac_

double nest::iaf_tum_2000::Parameters_::tau_fac_

◆ tau_in_

double nest::iaf_tum_2000::Parameters_::tau_in_

Time constant of inhibitory synaptic current in ms.

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

◆ tau_psc_

double nest::iaf_tum_2000::Parameters_::tau_psc_

◆ tau_rec_

double nest::iaf_tum_2000::Parameters_::tau_rec_

◆ Theta_

double nest::iaf_tum_2000::Parameters_::Theta_

Threshold, RELATIVE TO RESTING POTENTAIL(!).

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

Referenced by nest::iaf_tum_2000::phi_(), and nest::iaf_tum_2000::update().

◆ U_

double nest::iaf_tum_2000::Parameters_::U_

◆ V_reset_

double nest::iaf_tum_2000::Parameters_::V_reset_

reset value of the membrane potential

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


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