State variables of the model. More...
Public Member Functions | |
| State_ () | |
| Accumulate spikes arriving during refractory period, discounted for decay until end of refractory period. | |
| void | get (Dictionary &, const Parameters_ &) const |
| void | set (const Dictionary &, const Parameters_ &, Node *) |
Public Attributes | |
| double | v_ |
| double | u_ |
| double | 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 | ( | Dictionary & | d, |
| const Parameters_ & | |||
| ) | const |
References nest::names::U_m(), and nest::names::V_m().
Referenced by nest::izhikevich::get_status().
| void nest::izhikevich::State_::set | ( | const Dictionary & | d, |
| const Parameters_ & | , | ||
| Node * | node | ||
| ) |
References nest::names::U_m(), nest::update_value_param(), and nest::names::V_m().
Referenced by nest::izhikevich::set_status().
| double nest::izhikevich::State_::I_ |
Referenced by nest::izhikevich::update().
| double nest::izhikevich::State_::u_ |
Referenced by nest::izhikevich::get_U_m_(), and nest::izhikevich::update().
| double nest::izhikevich::State_::v_ |
Referenced by nest::izhikevich::get_V_m_(), and nest::izhikevich::update().