Store 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 | rate_ |
| rate of component gamma process [Hz] | |
| long | gamma_shape_ |
| gamma shape parameter [1] | |
| long | n_proc_ |
| number of component processes | |
| size_t | num_targets_ |
| Number of targets. | |
Store independent parameters of the model.
| nest::gamma_sup_generator::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::gamma_sup_generator::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::gamma_shape(), nest::names::n_proc(), and nest::names::rate().
Referenced by nest::gamma_sup_generator::get_status().
| void nest::gamma_sup_generator::Parameters_::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
Set values from dictionary.
References nest::names::gamma_shape(), nest::names::n_proc(), nest::names::rate(), and nest::update_value_param().
Referenced by nest::gamma_sup_generator::set_data_from_stimulation_backend(), and nest::gamma_sup_generator::set_status().
| long nest::gamma_sup_generator::Parameters_::gamma_shape_ |
gamma shape parameter [1]
Referenced by nest::gamma_sup_generator::pre_run_hook().
| long nest::gamma_sup_generator::Parameters_::n_proc_ |
number of component processes
Referenced by nest::gamma_sup_generator::pre_run_hook().
| size_t nest::gamma_sup_generator::Parameters_::num_targets_ |
Number of targets.
This is a hidden parameter; must be placed in parameters, even though it is an implementation detail, since it concerns the connections and must not be affected by resets.
Referenced by nest::gamma_sup_generator::pre_run_hook(), nest::gamma_sup_generator::send_test_event(), and nest::gamma_sup_generator::update().
| double nest::gamma_sup_generator::Parameters_::rate_ |
rate of component gamma process [Hz]
Referenced by nest::gamma_sup_generator::pre_run_hook(), and nest::gamma_sup_generator::update().