NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::iaf_psc_delta::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_m_
 Membrane time constant in ms.
 
double c_m_
 Membrane capacitance in pF.
 
double t_ref_
 Refractory period in ms.
 
double E_L_
 Resting potential in mV.
 
double I_e_
 External DC current.
 
double V_th_
 Threshold, RELATIVE TO RESTING POTENTIAL(!).
 
double V_min_
 Lower bound, RELATIVE TO RESTING POTENTIAL(!).
 
double V_reset_
 reset value of the membrane potential
 
bool with_refr_input_
 spikes arriving during refractory period are counted
 

Detailed Description

Independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

nest::iaf_psc_delta::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

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

Store current values in dictionary.

References nest::names::C_m(), nest::names::E_L(), nest::names::I_e(), nest::names::refractory_input(), nest::names::t_ref(), nest::names::tau_m(), nest::names::V_min(), nest::names::V_reset(), and nest::names::V_th().

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

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

◆ set()

double nest::iaf_psc_delta::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::refractory_input(), nest::names::t_ref(), nest::names::tau_m(), nest::update_value_param(), nest::names::V_min(), nest::names::V_reset(), and nest::names::V_th().

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

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

Member Data Documentation

◆ c_m_

double nest::iaf_psc_delta::Parameters_::c_m_

Membrane capacitance in pF.

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

◆ E_L_

double nest::iaf_psc_delta::Parameters_::E_L_

Resting potential in mV.

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

◆ I_e_

double nest::iaf_psc_delta::Parameters_::I_e_

External DC current.

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

◆ t_ref_

double nest::iaf_psc_delta::Parameters_::t_ref_

Refractory period in ms.

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

◆ tau_m_

double nest::iaf_psc_delta::Parameters_::tau_m_

Membrane time constant in ms.

Referenced by nest::iaf_psc_delta::pre_run_hook(), and nest::iaf_psc_delta::update().

◆ V_min_

double nest::iaf_psc_delta::Parameters_::V_min_

Lower bound, RELATIVE TO RESTING POTENTIAL(!).

I.e. the real lower bound is (V_min_+V_th_).

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

◆ V_reset_

double nest::iaf_psc_delta::Parameters_::V_reset_

reset value of the membrane potential

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

◆ V_th_

double nest::iaf_psc_delta::Parameters_::V_th_

Threshold, RELATIVE TO RESTING POTENTIAL(!).

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

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

◆ with_refr_input_

bool nest::iaf_psc_delta::Parameters_::with_refr_input_

spikes arriving during refractory period are counted

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


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