NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::iaf_psc_exp_ps::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_ &, double, Node *)
 Set values from dictionary.
 

Public Attributes

double y0_
 External input current.
 
double y1_ex_
 Excitatory synaptic current.
 
double y1_in_
 Inhibitory synaptic current.
 
double y2_
 Membrane potential (relative to resting potential)
 
bool is_refractory_
 True while refractory.
 
long last_spike_step_
 Time stamp of most recent spike.
 
double last_spike_offset_
 Offset of most recent spike.
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

◆ State_()

nest::iaf_psc_exp_ps::State_::State_ ( )

Default initialization.

Member Function Documentation

◆ get()

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

References nest::names::I_syn_ex(), nest::names::I_syn_in(), nest::names::is_refractory(), and nest::names::V_m().

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

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

◆ set()

void nest::iaf_psc_exp_ps::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::names::I_syn_ex(), nest::names::I_syn_in(), nest::update_value_param(), and nest::names::V_m().

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

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

Member Data Documentation

◆ is_refractory_

bool nest::iaf_psc_exp_ps::State_::is_refractory_

◆ last_spike_offset_

double nest::iaf_psc_exp_ps::State_::last_spike_offset_

◆ last_spike_step_

long nest::iaf_psc_exp_ps::State_::last_spike_step_

◆ y0_

double nest::iaf_psc_exp_ps::State_::y0_

External input current.

Referenced by nest::iaf_psc_exp_ps::propagate_(), and nest::iaf_psc_exp_ps::update().

◆ y1_ex_

double nest::iaf_psc_exp_ps::State_::y1_ex_

Excitatory synaptic current.

Referenced by nest::iaf_psc_exp_ps::propagate_(), and nest::iaf_psc_exp_ps::update().

◆ y1_in_

double nest::iaf_psc_exp_ps::State_::y1_in_

Inhibitory synaptic current.

Referenced by nest::iaf_psc_exp_ps::propagate_(), and nest::iaf_psc_exp_ps::update().

◆ y2_

double nest::iaf_psc_exp_ps::State_::y2_

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