NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::poisson_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 in Hz
 

Detailed Description

Store independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

nest::poisson_generator::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

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

Store current values in dictionary.

References nest::names::rate().

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

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

◆ set()

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

Set values from dictionary.

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

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

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

Member Data Documentation

◆ rate_

double nest::poisson_generator::Parameters_::rate_

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