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

Public Member Functions

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

Public Attributes

double y0_
 Constant current.
 
double dI_ex_
 
double I_ex_
 
double dI_in_
 
double I_in_
 
double y3_
 This is the membrane potential RELATIVE TO RESTING POTENTIAL.
 
int r_
 Number of refractory steps remaining.
 

Constructor & Destructor Documentation

◆ State_()

nest::iaf_psc_alpha::State_::State_ ( )

Default initialization.

Member Function Documentation

◆ get()

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

References nest::names::V_m().

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

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

◆ set()

void nest::iaf_psc_alpha::State_::set ( const Dictionary &  d,
const Parameters_ &  p,
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::update_value_param(), and nest::names::V_m().

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

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

Member Data Documentation

◆ dI_ex_

double nest::iaf_psc_alpha::State_::dI_ex_

◆ dI_in_

double nest::iaf_psc_alpha::State_::dI_in_

◆ I_ex_

double nest::iaf_psc_alpha::State_::I_ex_

◆ I_in_

double nest::iaf_psc_alpha::State_::I_in_

◆ r_

int nest::iaf_psc_alpha::State_::r_

Number of refractory steps remaining.

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

◆ y0_

double nest::iaf_psc_alpha::State_::y0_

Constant current.

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

◆ y3_

double nest::iaf_psc_alpha::State_::y3_

This is the membrane potential RELATIVE TO RESTING POTENTIAL.

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


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