|
NEST
2.6.0,not_revisioned_source_dir@0
|
Store 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 | rate_ |
| process rate [Hz] More... | |
| double_t | dead_time_ |
| dead time [ms] More... | |
| size_t | num_targets_ |
| Number of targets. More... | |
Store independent parameters of the model.
| nest::poisson_generator_ps::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::poisson_generator_ps::Parameters_::get | ( | DictionaryDatum & | 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 DictionaryDatum & | d | ) |
Set values from dicitonary.
References nest::names::d, nest::names::dead_time, and nest::names::rate.
Referenced by nest::poisson_generator_ps::set_status().
| double_t nest::poisson_generator_ps::Parameters_::dead_time_ |
dead time [ms]
| 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::send_test_event().
| double_t nest::poisson_generator_ps::Parameters_::rate_ |
process rate [Hz]
1.8.7