NEST
2.6.0,not_revisioned_source_dir@0
|
State variables of the model. More...
Public Member Functions | |
State_ () | |
Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period. More... | |
void | get (DictionaryDatum &, const Parameters_ &) const |
void | set (const DictionaryDatum &, const Parameters_ &) |
Public Attributes | |
double_t | v_ |
double_t | u_ |
double_t | I_ |
State variables of the model.
nest::izhikevich::State_::State_ | ( | ) |
Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period.
Default initialization
void nest::izhikevich::State_::get | ( | DictionaryDatum & | d, |
const Parameters_ & | |||
) | const |
References nest::names::d, nest::names::U_m, and nest::names::V_m.
Referenced by nest::izhikevich::get_status().
void nest::izhikevich::State_::set | ( | const DictionaryDatum & | d, |
const Parameters_ & | |||
) |
References nest::names::d, nest::names::U_m, and nest::names::V_m.
Referenced by nest::izhikevich::set_status().
double_t nest::izhikevich::State_::I_ |
double_t nest::izhikevich::State_::u_ |
Referenced by nest::izhikevich::get_U_m_().
double_t nest::izhikevich::State_::v_ |
Referenced by nest::izhikevich::get_V_m_().