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

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 [Hz]
 
double dead_time_
 dead time [ms]
 
unsigned long n_proc_
 number of component processes
 
double frequency_
 rate modulation frequency [Hz]
 
double amplitude_
 rate modulation amplitude [Hz]
 
size_t num_targets_
 Number of targets.
 

Detailed Description

Store independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

nest::ppd_sup_generator::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

void nest::ppd_sup_generator::Parameters_::get ( Dictionary &  d) const

Store current values in dictionary.

References nest::names::dead_time(), nest::names::frequency(), nest::names::n_proc(), nest::names::rate(), and nest::names::relative_amplitude().

Referenced by nest::ppd_sup_generator::get_status().

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

◆ set()

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

Set values from dictionary.

References nest::names::dead_time(), nest::names::frequency(), nest::names::n_proc(), nest::names::rate(), nest::names::relative_amplitude(), and nest::update_value_param().

Referenced by nest::ppd_sup_generator::set_data_from_stimulation_backend(), and nest::ppd_sup_generator::set_status().

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

Member Data Documentation

◆ amplitude_

double nest::ppd_sup_generator::Parameters_::amplitude_

rate modulation amplitude [Hz]

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

◆ dead_time_

double nest::ppd_sup_generator::Parameters_::dead_time_

dead time [ms]

Referenced by nest::ppd_sup_generator::pre_run_hook().

◆ frequency_

double nest::ppd_sup_generator::Parameters_::frequency_

rate modulation frequency [Hz]

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

◆ n_proc_

unsigned long nest::ppd_sup_generator::Parameters_::n_proc_

number of component processes

Referenced by nest::ppd_sup_generator::pre_run_hook().

◆ num_targets_

size_t nest::ppd_sup_generator::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::ppd_sup_generator::pre_run_hook(), nest::ppd_sup_generator::send_test_event(), and nest::ppd_sup_generator::update().

◆ rate_

double nest::ppd_sup_generator::Parameters_::rate_

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