NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::iaf_tum_2000::State_ Struct Reference

State variables of the model. More...

Public Member Functions

 State_ ()
 Default initialization.
 
void get (Dictionary &, const Parameters_ &) const
 
void set (const Dictionary &, const Parameters_ &, const double, Node *)
 Set values from dictionary.
 

Public Attributes

double i_0_
 Stepwise constant input current.
 
double i_1_
 Current input that is filtered through the excitatory synapse exponential kernel.
 
double i_syn_ex_
 Postsynaptic current for excitatory inputs (includes contribution from current input on receptor type 1)
 
double i_syn_in_
 Postsynaptic current for inhibitory inputs.
 
double V_m_
 Membrane potential.
 
int r_ref_
 Absolute refractory counter (no membrane potential propagation)
 
double x_
 
double y_
 
double u_
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

◆ State_()

nest::iaf_tum_2000::State_::State_ ( )

Default initialization.

Member Function Documentation

◆ get()

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

References nest::names::u(), nest::names::V_m(), nest::names::x(), and nest::names::y().

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()

void nest::iaf_tum_2000::State_::set ( const Dictionary &  d,
const Parameters_ &  p,
const double  delta_EL,
Node *  node 
)

Set values from dictionary.

Parameters
dictionaryto take data from
currentparameters
Changein reversal potential E_L specified by this dict

References nest::names::u(), nest::update_value_param(), nest::names::V_m(), nest::names::x(), and nest::names::y().

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

◆ i_0_

double nest::iaf_tum_2000::State_::i_0_

Stepwise constant input current.

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

◆ i_1_

double nest::iaf_tum_2000::State_::i_1_

Current input that is filtered through the excitatory synapse exponential kernel.

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

◆ i_syn_ex_

double nest::iaf_tum_2000::State_::i_syn_ex_

Postsynaptic current for excitatory inputs (includes contribution from current input on receptor type 1)

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

◆ i_syn_in_

double nest::iaf_tum_2000::State_::i_syn_in_

Postsynaptic current for inhibitory inputs.

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

◆ r_ref_

int nest::iaf_tum_2000::State_::r_ref_

Absolute refractory counter (no membrane potential propagation)

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

◆ u_

double nest::iaf_tum_2000::State_::u_

◆ V_m_

double nest::iaf_tum_2000::State_::V_m_

◆ x_

double nest::iaf_tum_2000::State_::x_

◆ y_

double nest::iaf_tum_2000::State_::y_

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