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. | |
| nest::noise_generator::State_::State_ | ( | ) |
Sets default parameter values.
| 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().
| 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().
| double nest::noise_generator::State_::y_0_ |
Referenced by nest::noise_generator::pre_run_hook(), and nest::noise_generator::update().
| double nest::noise_generator::State_::y_1_ |
Referenced by nest::noise_generator::pre_run_hook(), and nest::noise_generator::update().