NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::poisson_generator_ps::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 [spks/s]
 
double dead_time_
 dead time [ms]
 
size_t num_targets_
 Number of targets.
 

Detailed Description

Store independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

nest::poisson_generator_ps::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

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

Store current values in dictionary.

References nest::names::dead_time(), and nest::names::rate().

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

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

◆ set()

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

Set values from dictionary.

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

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

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

Member Data Documentation

◆ dead_time_

double nest::poisson_generator_ps::Parameters_::dead_time_

◆ num_targets_

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::init_buffers_(), nest::poisson_generator_ps::pre_run_hook(), nest::poisson_generator_ps::send_test_event(), nest::poisson_generator_ps::set_status(), and nest::poisson_generator_ps::update().

◆ rate_

double nest::poisson_generator_ps::Parameters_::rate_

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