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 | tau_m_ |
| mean inter-update interval in ms (acts like a membrane time constant). | |
Independent parameters of the model.
| nest::binary_neuron< TGainfunction >::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
References nest::binary_neuron< TGainfunction >::recordablesMap_.
| void nest::binary_neuron< TGainfunction >::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::tau_m().
| void nest::binary_neuron< TGainfunction >::Parameters_::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
Set values from dictionary.
References nest::names::tau_m(), and nest::update_value_param().
Referenced by nest::binary_neuron< TGainfunction >::set_status().
| double nest::binary_neuron< TGainfunction >::Parameters_::tau_m_ |
mean inter-update interval in ms (acts like a membrane time constant).