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

Store independent parameters of the model. More...

Public Member Functions

 Parameters_ ()
 Sets default parameter values.
 
 Parameters_ (const Parameters_ &)=default
 
Parameters_ & operator= (const Parameters_ &)=default
 
void get (Dictionary &) const
 Store current values in dictionary.
 
void set (const Dictionary &, Node *node)
 Set values from dictionary.
 

Public Attributes

double p_copy_
 copy probability for each incoming spike
 

Detailed Description

Store independent parameters of the model.

Constructor & Destructor Documentation

◆ Parameters_() [1/2]

nest::spike_dilutor::Parameters_::Parameters_ ( )

Sets default parameter values.

◆ Parameters_() [2/2]

nest::spike_dilutor::Parameters_::Parameters_ ( const Parameters_ &  )
default

Member Function Documentation

◆ get()

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

Store current values in dictionary.

References nest::names::p_copy().

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

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

◆ operator=()

Parameters_ & nest::spike_dilutor::Parameters_::operator= ( const Parameters_ &  )
default

◆ set()

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

Set values from dictionary.

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

Referenced by nest::spike_dilutor::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::spike_dilutor::Parameters_::p_copy_

copy probability for each incoming spike

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


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