NEST  2.6.0,not_revisioned_source_dir@0
Public Member Functions | Public Attributes | List of all members
nest::pp_psc_delta::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_ &)
 

Public Attributes

double_t y0_
 This is piecewise constant external current. More...
 
double_t y3_
 This is the membrane potential RELATIVE TO RESTING POTENTIAL. More...
 
double_t q_
 This is the change of the 'threshold' due to adaptation. More...
 
std::vector< double_tq_elems_
 
int_t r_
 Number of refractory steps remaining. More...
 

Detailed Description

State variables of the model.

Constructor & Destructor Documentation

nest::pp_psc_delta::State_::State_ ( )

Default initialization.

References q_elems_.

Member Function Documentation

void nest::pp_psc_delta::State_::get ( DictionaryDatum d,
const Parameters_  
) const
void nest::pp_psc_delta::State_::set ( const DictionaryDatum d,
const Parameters_  
)

Member Data Documentation

double_t nest::pp_psc_delta::State_::q_

This is the change of the 'threshold' due to adaptation.

Referenced by nest::pp_psc_delta::get_E_sfa_().

std::vector<double_t> nest::pp_psc_delta::State_::q_elems_

Referenced by State_().

int_t nest::pp_psc_delta::State_::r_

Number of refractory steps remaining.

Referenced by nest::pp_psc_delta::init_state_().

double_t nest::pp_psc_delta::State_::y0_

This is piecewise constant external current.

double_t nest::pp_psc_delta::State_::y3_

This is the membrane potential RELATIVE TO RESTING POTENTIAL.

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


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