Public Member Functions | |
| Parameters_ () | |
| Sets default parameter values. | |
| void | get (Dictionary &) const |
| Store current values in dictionary. | |
| void | set (const Dictionary &, pulsepacket_generator &, Node *) |
| Set values from dictionary. | |
Public Attributes | |
| std::vector< double > | pulse_times_ |
| times of pulses | |
| long | a_ |
| number of pulses in a packet | |
| double | sdev_ |
| standard deviation of the packet | |
| double | sdev_tolerance_ |
| nest::pulsepacket_generator::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
| void nest::pulsepacket_generator::Parameters_::get | ( | Dictionary & | d | ) | const |
Store current values in dictionary.
References nest::names::activity(), nest::names::pulse_times(), and nest::names::sdev().
Referenced by nest::pulsepacket_generator::get_status().
| void nest::pulsepacket_generator::Parameters_::set | ( | const Dictionary & | d, |
| pulsepacket_generator & | ppg, | ||
| Node * | node | ||
| ) |
Set values from dictionary.
References nest::names::activity(), nest::pulsepacket_generator::B_, nest::names::sdev(), nest::pulsepacket_generator::Buffers_::spiketimes_, and nest::update_value_param().
Referenced by nest::pulsepacket_generator::set_data_from_stimulation_backend(), and nest::pulsepacket_generator::set_status().
| long nest::pulsepacket_generator::Parameters_::a_ |
number of pulses in a packet
Referenced by nest::pulsepacket_generator::update().
| std::vector< double > nest::pulsepacket_generator::Parameters_::pulse_times_ |
times of pulses
Referenced by nest::pulsepacket_generator::pre_run_hook(), and nest::pulsepacket_generator::update().
| double nest::pulsepacket_generator::Parameters_::sdev_ |
standard deviation of the packet
Referenced by nest::pulsepacket_generator::pre_run_hook(), and nest::pulsepacket_generator::update().
| double nest::pulsepacket_generator::Parameters_::sdev_tolerance_ |
Referenced by nest::pulsepacket_generator::pre_run_hook().