NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::iaf_psc_exp_ps::State_ Struct Reference

State variables of the model. More...

Public Member Functions

 State_ ()
 Default initialization. More...
 
void get (DictionaryDatum &, const Parameters_ &) const
 
void set (const DictionaryDatum &, const Parameters_ &, double)
 Set values from dictionary. More...
 

Public Attributes

double_t y0_
 External input current. More...
 
double_t y1_ex_
 Exc. exponetial current. More...
 
double_t y1_in_
 Inh. exponetial current. More...
 
double_t y2_
 Membrane potential (relative to resting potential) More...
 
bool is_refractory_
 True while refractory. More...
 
long_t last_spike_step_
 Time stamp of most recent spike. More...
 
double_t last_spike_offset_
 Offset of most recent spike. More...
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

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

Default initialization.

Member Function Documentation

void nest::iaf_psc_exp_ps::State_::get ( DictionaryDatum d,
const Parameters_ p 
) const
void nest::iaf_psc_exp_ps::State_::set ( const DictionaryDatum d,
const Parameters_ p,
double  delta_EL 
)

Set values from dictionary.

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

References nest::iaf_psc_exp_ps::Parameters_::E_L_, and nest::names::V_m.

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

Member Data Documentation

bool nest::iaf_psc_exp_ps::State_::is_refractory_

True while refractory.

double_t nest::iaf_psc_exp_ps::State_::last_spike_offset_

Offset of most recent spike.

long_t nest::iaf_psc_exp_ps::State_::last_spike_step_

Time stamp of most recent spike.

double_t nest::iaf_psc_exp_ps::State_::y0_

External input current.

double_t nest::iaf_psc_exp_ps::State_::y1_ex_

Exc. exponetial current.

double_t nest::iaf_psc_exp_ps::State_::y1_in_

Inh. exponetial current.

double_t nest::iaf_psc_exp_ps::State_::y2_

Membrane potential (relative to resting potential)

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


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