NEST main@caf0ae8
 
Loading...
Searching...
No Matches
nest::noise_generator::State_ Struct Reference

Public Member Functions

 State_ ()
 Sets default parameter values.
 
void get (Dictionary &) const
 Store current values in dictionary.
 

Public Attributes

double y_0_
 
double y_1_
 
double I_avg_
 Average of instantaneous currents computed Used for recording current.
 

Constructor & Destructor Documentation

◆ State_()

nest::noise_generator::State_::State_ ( )

Sets default parameter values.

Member Function Documentation

◆ get()

void nest::noise_generator::State_::get ( Dictionary &  d) const

Store current values in dictionary.

References nest::names::y_0(), and nest::names::y_1().

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

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

Member Data Documentation

◆ I_avg_

double nest::noise_generator::State_::I_avg_

Average of instantaneous currents computed Used for recording current.

Referenced by nest::noise_generator::get_I_avg_(), and nest::noise_generator::update().

◆ y_0_

double nest::noise_generator::State_::y_0_

◆ y_1_

double nest::noise_generator::State_::y_1_

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