NEST
2.6.0,not_revisioned_source_dir@0
|
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_ |
Constant current. More... | |
double_t | y1_ex_ |
double_t | y2_ex_ |
double_t | y1_in_ |
double_t | y2_in_ |
double_t | y3_ |
This is the membrane potential RELATIVE TO RESTING POTENTIAL. More... | |
int_t | r_ |
Number of refractory steps remaining. More... | |
nest::iaf_psc_alpha::State_::State_ | ( | ) |
Default initialization.
void nest::iaf_psc_alpha::State_::get | ( | DictionaryDatum & | d, |
const Parameters_ & | p | ||
) | const |
References nest::names::d, nest::iaf_psc_alpha::Parameters_::U0_, and nest::names::V_m.
Referenced by nest::iaf_psc_alpha::get_status().
void nest::iaf_psc_alpha::State_::set | ( | const DictionaryDatum & | d, |
const Parameters_ & | p, | ||
double | delta_EL | ||
) |
Set values from dictionary.
dictionary | to take data from |
current | parameters |
Change | in reversal potential E_L specified by this dict |
References nest::iaf_psc_alpha::Parameters_::U0_, and nest::names::V_m.
Referenced by nest::iaf_psc_alpha::set_status().
int_t nest::iaf_psc_alpha::State_::r_ |
Number of refractory steps remaining.
Referenced by nest::iaf_psc_alpha::update().
double_t nest::iaf_psc_alpha::State_::y0_ |
Constant current.
Referenced by nest::iaf_psc_alpha::update().
double_t nest::iaf_psc_alpha::State_::y1_ex_ |
Referenced by nest::iaf_psc_alpha::get_input_currents_ex_(), and nest::iaf_psc_alpha::update().
double_t nest::iaf_psc_alpha::State_::y1_in_ |
Referenced by nest::iaf_psc_alpha::get_input_currents_in_(), and nest::iaf_psc_alpha::update().
double_t nest::iaf_psc_alpha::State_::y2_ex_ |
Referenced by nest::iaf_psc_alpha::update().
double_t nest::iaf_psc_alpha::State_::y2_in_ |
Referenced by nest::iaf_psc_alpha::update().
double_t nest::iaf_psc_alpha::State_::y3_ |
This is the membrane potential RELATIVE TO RESTING POTENTIAL.
Referenced by nest::iaf_psc_alpha::get_V_m_(), and nest::iaf_psc_alpha::update().