NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::gif_psc_exp::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_ &, Node *)
 

Public Attributes

double I_stim_
 Piecewise constant external current.
 
double V_
 Membrane potential.
 
double sfa_
 Change of the 'threshold' due to adaptation.
 
double stc_
 Spike triggered current.
 
std::vector< double > sfa_elems_
 Vector of adaptation parameters.
 
std::vector< double > stc_elems_
 Vector of spike triggered parameters.
 
double I_syn_ex_
 Postsynaptic current for exc.
 
double I_syn_in_
 Postsynaptic current for inh.
 
unsigned int r_ref_
 Absolute refractory counter (no membrane potential propagation)
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

◆ State_()

nest::gif_psc_exp::State_::State_ ( )

Default initialization.

Member Function Documentation

◆ get()

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

References nest::names::E_sfa(), nest::names::I_stc(), nest::gif_psc_exp::V_, and nest::names::V_m().

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

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

◆ set()

void nest::gif_psc_exp::State_::set ( const Dictionary &  d,
const Parameters_ &  ,
Node *  node 
)

References nest::update_value_param(), nest::gif_psc_exp::V_, and nest::names::V_m().

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

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

Member Data Documentation

◆ I_stim_

double nest::gif_psc_exp::State_::I_stim_

Piecewise constant external current.

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

◆ I_syn_ex_

double nest::gif_psc_exp::State_::I_syn_ex_

Postsynaptic current for exc.

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

◆ I_syn_in_

double nest::gif_psc_exp::State_::I_syn_in_

Postsynaptic current for inh.

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

◆ r_ref_

unsigned int nest::gif_psc_exp::State_::r_ref_

Absolute refractory counter (no membrane potential propagation)

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

◆ sfa_

double nest::gif_psc_exp::State_::sfa_

Change of the 'threshold' due to adaptation.

Referenced by nest::gif_psc_exp::get_E_sfa_(), and nest::gif_psc_exp::update().

◆ sfa_elems_

std::vector< double > nest::gif_psc_exp::State_::sfa_elems_

Vector of adaptation parameters.

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

◆ stc_

double nest::gif_psc_exp::State_::stc_

Spike triggered current.

Referenced by nest::gif_psc_exp::get_I_stc_(), and nest::gif_psc_exp::update().

◆ stc_elems_

std::vector< double > nest::gif_psc_exp::State_::stc_elems_

Vector of spike triggered parameters.

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

◆ V_

double nest::gif_psc_exp::State_::V_

Membrane potential.

Referenced by nest::gif_psc_exp::get_V_m_(), and nest::gif_psc_exp::update().


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