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

State variables of the model. More...

Public Member Functions

 State_ ()
 Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period.
 
void get (Dictionary &, const Parameters_ &) const
 
void set (const Dictionary &, const Parameters_ &, Node *)
 

Public Attributes

double v_
 
double u_
 
double I_
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

◆ State_()

nest::izhikevich::State_::State_ ( )

Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period.

Default initialization

Member Function Documentation

◆ get()

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

References nest::names::U_m(), and nest::names::V_m().

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

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

◆ set()

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

References nest::names::U_m(), nest::update_value_param(), and nest::names::V_m().

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

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

Member Data Documentation

◆ I_

double nest::izhikevich::State_::I_

◆ u_

double nest::izhikevich::State_::u_

◆ v_

double nest::izhikevich::State_::v_

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