|
NEST
2.6.0,not_revisioned_source_dir@0
|
Independent parameters of the model. More...
Public Member Functions | |
| Parameters_ () | |
| Sets default parameter values. More... | |
| void | get (DictionaryDatum &) const |
| Store current values in dictionary. More... | |
| void | set (const DictionaryDatum &) |
| Set values from dicitonary. More... | |
Public Attributes | |
| double_t | a_ |
| double_t | b_ |
| double_t | c_ |
| double_t | d_ |
| double_t | I_e_ |
| External DC current. More... | |
| double_t | V_th_ |
| Threshold. More... | |
| double_t | V_min_ |
| Lower bound. More... | |
| bool | consistent_integration_ |
| Use standard integration numerics. More... | |
Independent parameters of the model.
| nest::izhikevich::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::izhikevich::Parameters_::get | ( | DictionaryDatum & | 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 DictionaryDatum & | d | ) |
Set values from dicitonary.
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::set_status().
| double_t nest::izhikevich::Parameters_::a_ |
| double_t nest::izhikevich::Parameters_::b_ |
| double_t nest::izhikevich::Parameters_::c_ |
| bool nest::izhikevich::Parameters_::consistent_integration_ |
Use standard integration numerics.
| double_t nest::izhikevich::Parameters_::d_ |
| double_t nest::izhikevich::Parameters_::I_e_ |
External DC current.
| double_t nest::izhikevich::Parameters_::V_min_ |
Lower bound.
| double_t nest::izhikevich::Parameters_::V_th_ |
Threshold.
1.8.7