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_ |
| process rate [spks/s] | |
| double | dead_time_ |
| dead time [ms] | |
| size_t | num_targets_ |
| Number of targets. | |
Store independent parameters of the model.
| nest::poisson_generator_ps::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::poisson_generator_ps::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::dead_time(), and nest::names::rate().
Referenced by nest::poisson_generator_ps::get_status().
| void nest::poisson_generator_ps::Parameters_::set | ( | const Dictionary & | d, |
| Node * | node | ||
| ) |
Set values from dictionary.
References nest::names::dead_time(), nest::names::rate(), and nest::update_value_param().
Referenced by nest::poisson_generator_ps::set_data_from_stimulation_backend(), and nest::poisson_generator_ps::set_status().
| double nest::poisson_generator_ps::Parameters_::dead_time_ |
dead time [ms]
Referenced by nest::poisson_generator_ps::event_hook(), and nest::poisson_generator_ps::pre_run_hook().
| size_t nest::poisson_generator_ps::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::poisson_generator_ps::init_buffers_(), nest::poisson_generator_ps::pre_run_hook(), nest::poisson_generator_ps::send_test_event(), nest::poisson_generator_ps::set_status(), and nest::poisson_generator_ps::update().
| double nest::poisson_generator_ps::Parameters_::rate_ |
process rate [spks/s]
Referenced by nest::poisson_generator_ps::event_hook(), nest::poisson_generator_ps::pre_run_hook(), and nest::poisson_generator_ps::update().