Store independent parameters of the model. More...
Public Member Functions | |
| Parameters_ () | |
| Sets default parameter values. | |
| Parameters_ (const Parameters_ &)=default | |
| Parameters_ & | operator= (const Parameters_ &)=default |
| void | get (Dictionary &) const |
| Store current values in dictionary. | |
| void | set (const Dictionary &, Node *node) |
| Set values from dictionary. | |
Public Attributes | |
| double | p_copy_ |
| copy probability for each incoming spike | |
Store independent parameters of the model.
| nest::spike_dilutor::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
|
default |
| void nest::spike_dilutor::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::p_copy().
Referenced by nest::spike_dilutor::get_status().
|
default |
| void nest::spike_dilutor::Parameters_::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
Set values from dictionary.
References nest::names::p_copy(), and nest::update_value_param().
Referenced by nest::spike_dilutor::set_status().
| double nest::spike_dilutor::Parameters_::p_copy_ |
copy probability for each incoming spike
Referenced by nest::spike_dilutor::event_hook().