NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::mip_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 spks/s
 
double p_copy_
 copy probability for each spike in the parent process
 

Detailed Description

Store independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_()

nest::mip_generator::Parameters_::Parameters_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

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

Store current values in dictionary.

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

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

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

◆ set()

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

Set values from dictionary.

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

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

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

Member Data Documentation

◆ p_copy_

double nest::mip_generator::Parameters_::p_copy_

copy probability for each spike in the parent process

Referenced by nest::mip_generator::event_hook().

◆ rate_

double nest::mip_generator::Parameters_::rate_

process rate in spks/s

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


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