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 | tau_m_ |
mean inter-update interval in ms (acts like a membrane time constant). More... | |
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 | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
References nest::names::d, and nest::names::tau_m.
void nest::binary_neuron< TGainfunction >::Parameters_::set | ( | const DictionaryDatum & | d | ) |
Set values from dicitonary.
References nest::names::d, and nest::names::tau_m.
Referenced by nest::binary_neuron< TGainfunction >::set_status().
double_t nest::binary_neuron< TGainfunction >::Parameters_::tau_m_ |
mean inter-update interval in ms (acts like a membrane time constant).