NEST
2.6.0,not_revisioned_source_dir@0
|
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_t > | q_elems_ |
int_t | r_ |
Number of refractory steps remaining. More... | |
State variables of the model.
nest::pp_psc_delta::State_::State_ | ( | ) |
Default initialization.
References q_elems_.
void nest::pp_psc_delta::State_::get | ( | DictionaryDatum & | d, |
const Parameters_ & | |||
) | const |
References nest::names::d, nest::names::E_sfa, and nest::names::V_m.
Referenced by nest::pp_psc_delta::get_status().
void nest::pp_psc_delta::State_::set | ( | const DictionaryDatum & | d, |
const Parameters_ & | |||
) |
References nest::names::d, nest::names::E_sfa, and nest::names::V_m.
Referenced by nest::pp_psc_delta::set_status().
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_().
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_().