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 | phase_ |
| Phase. | |
| double | rate_ |
| Firing rate in spikes/s. | |
Independent parameters of the model.
| nest::ignore_and_fire::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::ignore_and_fire::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::phase(), and nest::names::rate().
Referenced by nest::ignore_and_fire::get_status().
| void nest::ignore_and_fire::Parameters_::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
Set values from dictionary.
References nest::names::phase(), nest::names::rate(), and nest::update_value_param().
Referenced by nest::ignore_and_fire::set_status().
| double nest::ignore_and_fire::Parameters_::phase_ |
Phase.
Referenced by nest::ignore_and_fire::calc_initial_variables_().
| double nest::ignore_and_fire::Parameters_::rate_ |
Firing rate in spikes/s.
Referenced by nest::ignore_and_fire::calc_initial_variables_().