Independent parameters of the model. More...
Public Member Functions | |
| Parameters_ () | |
| Sets default parameter values. | |
| void | get (Dictionary &) const |
| Store current values in dictionary. | |
| void | set (const Dictionary &, Node *node) |
| Set values from dictionary. | |
Public Attributes | |
| double | a_ |
| double | b_ |
| double | c_ |
| double | d_ |
| double | I_e_ |
| External DC current. | |
| double | V_th_ |
| Threshold. | |
| double | V_min_ |
| Lower bound. | |
| bool | consistent_integration_ |
| Use standard integration numerics. | |
Independent parameters of the model.
| nest::izhikevich::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::izhikevich::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::a(), nest::names::b(), nest::names::c(), nest::names::consistent_integration(), nest::names::d(), nest::names::I_e(), nest::names::V_min(), and nest::names::V_th().
Referenced by nest::izhikevich::get_status().
| void nest::izhikevich::Parameters_::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
Set values from dictionary.
References nest::names::a(), nest::names::b(), nest::names::c(), nest::names::consistent_integration(), nest::names::d(), nest::Time::get_ms(), nest::Time::get_resolution(), nest::names::I_e(), nest::INFO, LOG, nest::update_value_param(), nest::names::V_min(), and nest::names::V_th().
Referenced by nest::izhikevich::set_status().
| double nest::izhikevich::Parameters_::a_ |
Referenced by nest::izhikevich::update().
| double nest::izhikevich::Parameters_::b_ |
Referenced by nest::izhikevich::update().
| double nest::izhikevich::Parameters_::c_ |
Referenced by nest::izhikevich::update().
| bool nest::izhikevich::Parameters_::consistent_integration_ |
Use standard integration numerics.
Referenced by nest::izhikevich::update().
| double nest::izhikevich::Parameters_::d_ |
Referenced by nest::izhikevich::update().
| double nest::izhikevich::Parameters_::I_e_ |
External DC current.
Referenced by nest::izhikevich::update().
| double nest::izhikevich::Parameters_::V_min_ |
Lower bound.
Referenced by nest::izhikevich::update().
| double nest::izhikevich::Parameters_::V_th_ |
Threshold.
Referenced by nest::izhikevich::update().