NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::pulsepacket_generator::Parameters_ Struct Reference

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_
 

Constructor & Destructor Documentation

◆ Parameters_()

nest::pulsepacket_generator::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ set()

void nest::pulsepacket_generator::Parameters_::set ( const Dictionary &  d,
pulsepacket_generator &  ppg,
Node *  node 
)

Set values from dictionary.

Note
Buffer is passed so that the position etc can be reset parameters have been changed.

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().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ a_

long nest::pulsepacket_generator::Parameters_::a_

number of pulses in a packet

Referenced by nest::pulsepacket_generator::update().

◆ pulse_times_

std::vector< double > nest::pulsepacket_generator::Parameters_::pulse_times_

◆ sdev_

double nest::pulsepacket_generator::Parameters_::sdev_

standard deviation of the packet

Referenced by nest::pulsepacket_generator::pre_run_hook(), and nest::pulsepacket_generator::update().

◆ sdev_tolerance_

double nest::pulsepacket_generator::Parameters_::sdev_tolerance_

The documentation for this struct was generated from the following files: