NEST
2.6.0,not_revisioned_source_dir@0
|
Public Member Functions | |
Parameters_ () | |
Sets default parameter values. More... | |
void | get (DictionaryDatum &) const |
Store current values in dictionary. More... | |
void | set (const DictionaryDatum &, pulsepacket_generator &) |
Set values from dicitonary. More... | |
Public Attributes | |
std::vector< double_t > | pulse_times_ |
times of pulses More... | |
long_t | a_ |
number of pulses in a packet More... | |
double_t | sdev_ |
standard deviation of the packet More... | |
double_t | sdev_tolerance_ |
nest::pulsepacket_generator::Parameters_::Parameters_ | ( | ) |
Sets default parameter values.
void nest::pulsepacket_generator::Parameters_::get | ( | DictionaryDatum & | d | ) | const |
Store current values in dictionary.
Referenced by nest::pulsepacket_generator::get_status().
void nest::pulsepacket_generator::Parameters_::set | ( | const DictionaryDatum & | d, |
pulsepacket_generator & | ppg | ||
) |
Set values from dicitonary.
References nest::pulsepacket_generator::B_, nest::names::d, nest::pulsepacket_generator::Buffers_::spiketimes_, and updateValue().
Referenced by nest::pulsepacket_generator::set_status().
long_t nest::pulsepacket_generator::Parameters_::a_ |
number of pulses in a packet
std::vector<double_t> nest::pulsepacket_generator::Parameters_::pulse_times_ |
times of pulses
double_t nest::pulsepacket_generator::Parameters_::sdev_ |
standard deviation of the packet
double_t nest::pulsepacket_generator::Parameters_::sdev_tolerance_ |